* {
    box-sizing: border-box;
}

body {
    text-align: center;
    background: #31296b;
}

#my-name {
    display: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5em;
    color: #fcc2d5;
}

#resume-button {
    display: none;
    color: white;
    font-family: georgia, serif;
}

button {
    background-color: green;
    color: white;
    border: 0px;
    border-radius: 5px 5px;
    cursor: pointer;
}