
#resume {
    height: 100vw;
}

button {
    display: block;
    align-self: center;
    justify-self: center;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    width: fit-content;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #33A1FD;
    box-shadow: 10px 10px 10px rgb(36, 36, 77);
    font-size: 2vw;
    text-decoration: underline;
    color: black;
}

button:hover {
    background-color: #286394;
    color: white;
}