* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif, sans-serif;
}
body {
   
}

nav {

}

ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    width: 100%;
}

ul:visited {

}

li {
    padding: 15px 10px 15px 10px;
    margin: auto;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: dimgray;
}

a:hover{
    color: black;
}

a:active {
        color: black;
}

a:visited{

}

.header {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-weight: 600;
    font-size: 36px;
    margin-top: 0px;
    width: 100%;
}

.subheader {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-size: 10px;
    font-weight: 400;
    color: black;
    width: 100%;
    background-color: transparent;
    position: relative;
    border-radius: 0px;
}

.howto {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: black;
    width: 100%;
    background-color: transparent;
    position: relative;
    border-radius: 0px;
    padding-top: 50px;
    padding-bottom: 8px;
    text-shadow: 3px 3px 3px lightgray, 0 9px .8em white, 0 0 0.2em white;
}

.this-page {
    color: skyblue;
    text-shadow: 3px 3px 3px gray, 0 9px .8em white, 0 0 0.2em white;
}

.other-page {
}

index-container {
}



.instructions {
    text-align: justify;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: black;
    width: 330px;
    background-color: transparent;
    position: relative;
    transform: translate(-50%, 0%);
    left: 50%;
    border-radius: 0px;
    padding: 18px 0px 18px 0px;
    font-weight: 600;
}

.statistics {
    text-align: justify;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: black;
    width: 220px;
    background-color: transparent;
    position: relative;
    transform: translate(-50%, 0%);
    left: 50%;
    border-radius: 0px;
    padding: 18px 0px 8px 0px;
    display: inline-flex;
    flex-direction: row;
    
}

.stat-column{
    width: 50%;
    margin: auto;
}

.stat-line {
    height: 30px;
}

.stat-line2 {
    height: 30px;
    margin: auto;
    transform: translate(0, -6.5px);
    text-align: right;
    text-shadow: 3px 3px 3px lightgray, 0 0 .5em white, 0 0 0.2em white;
}

.details {
    
    text-align: justify;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: black;
    width: 330px;
    background-color: transparent;
    position: relative;
    transform: translate(-50%, 0%);
    left: 50%;
    border-radius: 0px;
    padding: 8px 0px;
}

.gifs {
    display: flex;
    flex-direction: row;
    width: 330px;
    align-items: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.gif {

}

button {
    background-color: #000000;
    color: #ffffff;
    border: none;
    padding: 8px 24px;
    border-radius: 5px;
    font-size: 18px;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.35);
}

.play {
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    padding-top: 30px;
}


.big-copy {
    position: relative;
    transform: translate(-20%, 10%);
    display: flex;
    flex-direction: row;
    z-index: 10;
    background: transparent;
}


.footer {
    text-align: center;
    position: absolute;
    bottom: 10px;
    font-size: 10px;
    font-weight: 400;
    color: gray;
    width: 100%;
    background-color: transparent;
    border-radius: 0px;
}

.footer-relative {
    text-align: center;
    position: relative;
    bottom: 10px;
    font-size: 10px;
    font-weight: 400;
    color: gray;
    width: 100%;
    background-color: transparent;
    border-radius: 0px;
}

.footer-button-container {
    
    width: 100%;
    position: center;
    text-align: center;
    z-index: 2;
    
}

.footer-button {
    text-align: center;
    position: absolute;
    padding: 5px 9px 5px 9px;
    background-color: black;
    color: white;
    border-radius: 350px;
    font-size: 12px;
    font-weight: 600;
    transform: translate(134px, 10px);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.13);
    z-index: 2;
}