body {
    background-image: url('./background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Libre Baskerville';
}

h1 {
    margin-left: 4%;
    font-size: 2.8em;
    font-weight: 800;
}

h2 {
    font-size: 2.0em;
    font-family: 'Courier New', Courier, monospace;
    margin: 0;
    color: #2A2F36;
}

a {
    text-decoration: none;
    text-align: center;
    color: bisque;
}

span {
    font-weight: 2200;
    font-family: 'Courier New', Courier, monospace;
}

.title {
    margin-top: 13em;
    margin-left: 11em;
    letter-spacing: 0.3em;
}

.button {
    margin-top: 3em;
    margin-left: 20em;
    width: 12%;
    /* background-color: white; */
    border: 3px solid white;
    padding: 5px 30px 5px 30px;
    border-radius: 15px;
}

.button:hover {
    background-color: rgba( 255, 255, 255, 0.5 );
}