body {
    background-color: #EBEBEBE8;
    color: #1E1E1E;
}

#main_info {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5%;
}


#resume_top{
height: 5vh;
width: 100vw;
}

#resume_top h1{
    font-size: 3vh;
    text-align: center;

}

#resume_frame {
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
    height: 80vh;
    background-color: #FEFBEA;

}

#resume_frame iframe{
    width: 100%;
    height: 100%;
    border: none;
  
}


h1 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin: 0;
    padding: 5;
}

h2 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin: 0;
    padding: 5;
}
h3 {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin: 0;
    padding: 5;
}

p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin: 0;
    padding: 5;
}

a {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin: 0;
    padding: 5;
    color: #1E1E1E;
    transition: color 0.2s;
}

a:hover {
    color: #696969;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #1E1E1E;
        color: #FEFBEA;
    }
    a {
        color: #FEFBEA;
    }

  }


