
.header{
    width: 100%;
    background: url(pexels-pixabay-235985.jpg);
    color: white;
    height: 80vh;
    padding: 40px 0rem;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header h4,h1{
    font-size: 3rem;
    color:black;
    font-family: Arial;
}
#about-me img{
    height: 350px;
    width: 200px;
    border-radius: 30px;
}

#about-me{
    display: flex;
    padding: 5rem 10rem;
}
.aboutme-box{
    color: black;
    width: 50%;
    padding: 20px;
    height: 350px;
    min-width: 300px;/*useful to fit into resizing window*/

}
.aboutme-box strong{
    color:black;
}
.education,.skills{
    padding: 50px 5%;
}
table{
    width: 100%;
}
td,th,tr{
    margin: 1rem;
    border: 1px solid black;
    height: 40px;
    padding: 0 1rem;

}
th{
    background-color: black;
    color: white;
}
#contact{
    background-color: black;
    color:white;
    padding: 50px;
}
form div{
    margin:1rem;
}

footer{
    background-color: black;
    color: white;
    height: 40px;
    margin-top: 0;
    padding:1rem;
    text-align: center;
    font-size: larger;
}
body{
    background-color: #88B04B;
}