.container{
    border: 15px dotted rgb(140, 236, 38) ;
    background-color: rgb(71, 71, 71);
}
p{
    text-align: justify;
    color: white
}

.f{
    color: rgb(140, 236, 38);
}
.nav-link{
    color:black;
}
h2{
    color:rgb(140, 236, 38);
}
td{
    text-align:center;
}
h4{
    color: white;
}
li{
    color: white;
}
