h1 {
    font-family: "Martel", serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
}

h2 {
    font-family: "Stack Sans Notch", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 1.4rem;
}

a, a:hover, a:visited, a:link {
    text-decoration: none;
}

.container {
    width: 100%;
    margin: 5vh 0;
    color: black;
    text-align: center;
}

.circle {
    width: 15vh;
    border-radius: 50%;
}

.player {
    width: 60%;
    margin: 0 auto 1% auto;
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size:7%;
}