 <style>

 *{
        margin:0px;
        padding:0px;
    }

 
   #photo{
    margin-top: 90px;
    
        position: relative;
        top: 45px;
         }
    #container{
        width: 100%;
        position: fixed;
        top:0;
    }
    #menu{
        position: fixed;
        scroll-behavior: under;
        width: 1500px;
    }
    
    #container ul{
        list-style: none;
    }
    #container ul li{

        background-size: cover screen;
        background-repeat: no-repeat;
    background-color: black;    
    width:185px;
    border: 1px solid white;    
    height: 35px;
    line-height:35px;
    text-align: center;
    float: left;
   color: white;
   font-size: 18px;
    position: relative;
   

    }
    
    #container ul li:hover{
        background-color: red;
    }

    #container ul ul{
        display:none;
    }
     /* > targets the same element*/
    #container ul li:hover> ul{
        display: block;
    } 

    #container ul ul ul{
        margin-left: 200px;
        top:0px;
        position: absolute;
    }

.profile-picture {border-radius: 200%; width: 150px; height: 150px;
     display: block;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
  position: relative;
}

.profile-picture:hover {

    box-shadow: 0 8px 12px 0 rgba(54,60,80,.16);
    
}

.degree{
    margin-top: 50px;
    margin-left: 45px;
    text-align: center;
    font-style: italic;
    color: navy;
    line-height: 15px;;

}

.quote {
    margin-top: 35px;    
    margin-left: 40px;
    
    /*font-style: italic; */
    color:darkred;
} 

.container {
    max-width: 840px;
    margin: 0 auto;
}

.intro {
    margin-top: 15px;
    text-align: center;
    margin-top: 30px;
    font-style: italic;
    color:navy;

}

.about-grid {
    display: grid;
    grid-template-columns: 50% 50%;
}


.i-am, .i-like {
    text-align: center;
    text-decoration: none;
}


.about-list {
    list-style: none;
    padding: 0;
}

@media (max-width: 480px){
    .about-grid{
        grid-template-columns: 100%;

    }
}



}

body{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color:darkviolet;
    width: 50px;
    height: 700px;

    font-family: 'Noto Sans', sans-serif;
    font-color: blue;
}


h1, h2, h3, h4 {
    font-family: 'Roboto Mono', monospace;

}

h3{
   margin-top: 25px;
}

form input, textarea {
    padding:5px;
    border-radius: 5px;
    width: 240px;
}

form{
    width: 250px;
    margin: 0 auto;
} 

form input[type="submit"]{
    width: 250px;

}


.submit-button-wrapper{
    margin: 30px 0;
}


@media (max-width: 80px){
    .about-grid{
        grid-template-columns: 100%;
    }
}



hr{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,3),
        rgba(0,0,0,0));
}




</style>