
body{
    margin: 0px;
    background-color: rgb(233, 231, 230);
   }

header h2{
    font-size: 35px;
    margin: 0;
    margin-top: 12px;
}

.name{
        list-style: none;
        display: inline-block;
        min-width: 90px;
        }
        header a{
        text-decoration: none;
        color: #333;
        }
        header.current a{
        color: #F33135;
        }
        header a:hover{
        color: rgb(30, 155, 78);
        }

nav{
    text-align: center;
    color:rgba(82, 82, 82, 0.89);
    }
    nav ul{
    margin: 0 ;
    padding: 0 ;
    }
    nav ul li{
    list-style: none;
    display: inline-block;
    /* width: 250px; */
    min-width: 70px;
    }
    nav ul li a{
    text-decoration: none;
    color:rgba(82, 82, 82, 0.89);
    }
    nav ul li.current a{
    color: rgb(45, 54, 138);
    }
    nav ul li a:hover{
    color: rgb(30, 155, 78);
    }

    nav li{margin-right:4%;
        margin-left: 4%;}

.about{
    color:rgba(82, 82, 82, 0.89);
    /* padding-left: 20PX; */
    width:500px;
    margin-left: 450px;
    margin-right: auto;
}

.about h2{
    font-weight: normal;
    font-size: 25px;
    margin: 0;
}

.about h3{
    font-weight: normal;
    font-size: 20px;
    margin: 0;
    padding-left: 5px;
}

.about{
    padding-top: 25px;
margin-right: auto;
margin-left: auto;
}

.contact h2{
    font-weight: normal;
    font-size: 25px;
    margin: 0;
    text-align: center;
}
.contact h2 a{
    text-decoration: none;
    color:rgba(82, 82, 82, 0.89);
    }
.contact h2.current a{
    color: rgb(45, 54, 138);
    }
    section h3 a:hover{
    color: rgb(30, 155, 78);
    }

.contact h2{
    font-weight: normal;
    font-size: 25px;
    margin: 0;
    padding-top: 25px;
    color:rgba(82, 82, 82, 0.89);
    text-align: center;
}

.contact h3{
    text-align: center;
    color:rgba(82, 82, 82, 0.89);
    padding:0;
    margin:0;
    }


.f-container{
display:flex;
flex-direction:row
}


 footer p{
    text-align: center;
    font-size: 14px;
    color: gray;
    margin-top: 35px;
    }