body {
    background-color: #921D5B;
}

div {
    border: 0.5vw;
    border-style: solid;
    border-color: #F3777F;
    height: 96vh;
    margin-top: 0.5vw;
}

a {
    color: #F3777F;
    font-family: 'Anton', impact, sans-serif;
    font-size: 5vw;
    position: fixed;
    top: 37%;
    margin-left: 37vw;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #5E0E3C;
}
