
.resume-cont {
    height: auto;
    min-height: 80vh;
}
.resume-button {
    width: 70%;
    max-width: 500px;
    padding-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 5vh;
    
}
.res-title-button{ 
    display: flex;
    justify-content: space-between;
}
.res-title-button h2 {
     display: flex;

}
.resume-display {
    width:100%;
    height:1200px;
}
@media screen and (max-width:620px){
    .res-title-button {
        flex-direction: column;
        align-items: flex-start;
    }
    .resume-button{
        width: 100%;
        max-width: 700px;
        
    }
    .res-title-button h2 {
        margin-bottom: 3vh;
    }
}
@media screen and (max-width:430px){
    .resume-button{
        width: 100%;
        max-width: 700px;
        flex-direction: column;
    }
    .resume-button div {
        width: 90%;
        display: flex;
        justify-content: center;
    }
    .Reg-Disp-Button {
        margin-bottom: 2vh;
    }
}