.resume-container {
    width: 80%;
    max-width: 1000px;
    margin: auto;
    padding-top: 128px;
    padding-bottom: 128px;
}

.resume-container img{
    width: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.download-button {
    position: fixed;
    bottom: 96px;
    right: 64px;
}

.btn {
    transition: 0.2s;
}

.btn:link,
.btn:visited {
    background-color: #e67700;
    padding: 12px 13px;
    /* width: 60px;
    height: 60px; */
    font-size: 16px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    border-radius: 200px;
    border: 1px solid #e67700;
}

.btn:hover,
.btn:active {
    background-color: white;
    color: #e67700;
}