*{
    padding: 0;
    margin: 0%;
}
   
     body{
          background-color: rgb(4, 4, 4);
    background-position: center;
    background-repeat: no-repeat;
         margin: 0;
         padding: 0;

     }  

    
  
       .Logo{
        display: flex;
        justify-content: center;
      
        color: rgb(252, 249, 249);
        font-size: 46px;
        font-family: Georgia, 'Times New Roman', Times, serif;
       }
    /* about me link */
       .Email a{
       display: flex;
       justify-content: center;
       align-items: center;
       margin: 5px;
       padding: 5px;
       color: rgb(238, 130, 7);
       font-size: 15px;
     
       } 
       .Email{
        display: flex;
        justify-content: space-between;
        margin-left: 20px;
        margin-right: 20px;
       }
       .Email a:hover{
        color: rgb(64, 242, 4);
       }
       .Email img {
        padding-top: 0px;
        margin-top: 5px;
        width: 60px;
        height: 40px;
       background-color: aliceblue;
       }
       .Email img:hover{
        background-color: rgb(0, 255, 51);
        
      
        cursor: pointer;
       }
     
   h1 {
       color: rgb(241, 101, 8);
       font-family: monospace;
       font-size: 18px;
       text-align: center;
       padding-top: 20px;
   }
   h2 {
       color: teal;
   }
   
   h4{
       margin-top: 25px;
       color:yellow;
       font-family: Georgia, 'Times New Roman', Times, serif;
   }
  



nav {
    display: flex;
    justify-content: space-evenly;

border: solid rgb(23, 22, 22) 2px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
  background-color: light grey;
 text-align: center;
 padding: 20px;

}
 

nav ul a{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(0, 8, 255);
   border-left: 2px solid blue;
   border-right: 2px solid blue;
   text-align: center;
   justify-items: center;
   margin-right: 20px;
   
 
} 

    


h2{
    font-size: 2rem;
    color: rgb(247, 150, 4);
    text-align: center;
    margin: 20px;
   
   
}

 img{
  
    max-width: 100%;
    border: 2px solid rgb(247, 243, 243);
    margin-top: 2px;
    box-shadow:
    0 1.6px 1.2px rgba(0, 0, 0, 0.01),
    0 4.1px 4px rgba(0, 0, 0, 0.021),
    0 8px 9.1px rgba(0, 0, 0, 0.035),
    0 14.8px 18.1px rgba(0, 0, 0, 0.056),
    0 29.5px 34.6px rgba(0, 0, 0, 0.094),
    0 82px 80px rgba(0, 0, 0, 0.19)
  ;
   

 } 

   .container{
       min-width: 400px;
       max-width: 600px;
      margin:  auto;
      width: 80%;
     
       }

   
 /* Nav Links */  
a {
    font-size: 46px;
    color: white;
    font-family: fantasy;
  
    padding: 5px;
    margin: auto;
 
}
 
nav a:hover{
    color: orange;
}

nav a {
    text-decoration: none;
    font-size: 28px;
    padding-left: 10px;
    padding-right: 10px;
    color: yellow;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
  
}



footer p {
    font-size: 15px;
    text-align: center;
    color: rgb(252, 248, 248);
    font-weight: bolder;
  
}
footer a{
    border: none;
    
}
.info{
    text-align: center;
    color: rgb(252, 248, 248);
 
}
.info p{
    font-family: fantasy;
    font-size: 15px;
    padding: 10px;
    color: rgb(252, 248, 248);
    text-align: center;
}
@media screen and (max-width: 1024px) {
    body{
        padding:20px
    }
}
@media all and (max-width: 1024px) {
    container img{
        align-content: center;
    }
} 
/* mobile phone res */
@media all and (max-width: 768px) {
    body{
  padding-top: 0%;
    
        
    }
}
@media all and (min-width: 200px) {
    .Logo{
         display: flex;
        justify-content: center;
        align-content: center; 
        text-align: center;
      
      
    }
    .img{
        width: 300px;
        height: 150px;
        margin-right: 10px;
    }
    
}
