:root{
    --blue: #c12128;
    --lightblue: #721712;
    --orange:  #c12128;
}

#resume::before{
    background: linear-gradient(180deg, #c12227, #bc4a4d 49%, #fd6a6f 100%);
}
#nav::before{
    background: linear-gradient(90deg, #c12227, #bc4a4d 49%, #fd6a6f 100%);
}
fieldset h2, fieldset h1, fieldset h3{
    font-size: 30px;
}
.resume_step h6{
    font-size: 20px;
}
.resume_step p{
    font-size: 18px;
}
@media(max-width:992px){
    #nav img{
        max-width: 300px;
    }
}