

#resumeDiv{
    display: flex;
   
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

#myResume{
    font-family:sans-serif;
    color: rgb(85, 84, 84);
    font-size: 3rem;
    margin-top: 100px;
    margin-bottom: 50px;
}

body, html{
    width: 100%;
    height: 100%;
}

.masterDiv{
    width: 100%;
    height: 100%;

}

iframe{

    margin-top: 20px;
    width: 95%;
    max-width: 1000px;
    aspect-ratio: 1 / 1.2394; 
    border: none;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

a {
    text-decoration: none;
    color: inherit; 
    
}

@media screen and (max-width: 500px) {
 
    #headerRight{
     display: flex;
     justify-content: center;
     margin-top: 10px;
     padding-top: 10px;
     margin-right: 0px;
     border-top: 1px solid rgb(226, 223, 223);
     width: 90%;
    }
 
    #headerLeft{
     font-size: 1.5rem;
    }
 
    
 
    #header{
     justify-content: center;
     flex-direction: column;
 
    }

  
 
   
}

 
   
   

