
body {
  text-align: center;
    margin: 0;
    padding: 0;
  margin: 0;              
  min-height: 100vh;       
  padding: 10px;
  font-family: "Arial Rounded", sans-serif;
  background-color: #dbe0db;
}
.darkmode {
  background-color: darkgrey;
  color: white;
}
h1 {
 text-align: center;
  color: navy;
  font-family: "Comic Sans MS", sans-serif;
    text-shadow: 1px 1px lightgray;
}
.testone {
  color: purple;
}

#testtwo {
  color: deeppink
}

#about{
  color: darkgoldenrod;
}

#experience{
  color: darkcyan;
}

header{
  color:white;
  background-color: skyblue;
  margin-bottom: 0px;
  padding: 0px 0px;
}
/* STYLE IMAGES */
main{text-align: center;
     font-size: 14px;
    margin-top: 5%;
    margin-bottom: 0;
    margin-right: 20%;
    margin-left:20%;
    }

#intro_image {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px; 
  width: 150px; 
  height: 50px; border-radius: 10px;
  border: 3px solid white; 
}
#verity_image{
  margin: 0 auto;
  width: 300px;
  height: 50px; border-radius: 10px;}
#verityno2{
  margin: 0auto;
  width: 90%;
}
#port_image {
  width: 100%;
  max-width: 250px;  
  height: auto;    
  border-radius: 10px ;
}
#introfooter{
    margin-top: 100%;
}
#port_text{
  font-size: 16px;
  font-family: "Roboto";
}
/* STYLE NAV BAR */
ul{
  list-style-type: none;
  background-color: lightgray;
  overflow: hidden;
  padding: 1px;
}

li{
  display:inline;
}

li a {text-decorationLnone;
     color: black;
     font-size: 20px;
     padding: 5px;
     }

li a:hover {
  background-color: darkgoldenrod;
}
