body{
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: black;
    font-family: 'RocknRoll One', sans-serif;
}

.container{

    background-color: rgba(0, 0, 0, .5);
    max-width: 1000px;
    margin: auto;
    padding-top: 5px;
    border-radius: 20px;
    padding-bottom: 30px;
    min-height: 400px;
    margin-top: 20px;
}

div,.statistics{
    margin-bottom: 20px;
}
h1{
    font-family: 'New Rocker', cursive;
    font-size: 60px;
    margin-bottom: 0px;
    margin: 0;
}
p{
    margin: 5px;
}
.intro{
    width: 650px;
    margin: auto;
    text-align: left;
    margin-bottom: 20px;
}
iframe{
    width: 100%;
    max-width: 700px;
    height: 100%;
    height: 400px;
}

a{
    color: black;
    text-decoration: none;
    font-family: 'New Rocker', cursive;
    border-radius: 5px;
    border: solid 1px black;
    background-color: white;
    padding: 10px;
}
a:hover{
    color: white;
    border: solid 1px white;
    background-color: black;
}
.c2{
    text-align: center;
}