*{
    border: 0;
    margin: 0;
}

@font-face{
    font-family:type_rite;
    src: url(typewriter.ttf);
}

body{
    font-family: type_rite;
    background-color: black;
}

section.hidden {
    display: none;
}

#current {
    margin-top: 50px;
    margin-bottom: 50px;
}
#total div + div, #current div + div {
    margin-top: 25px;
}

#total {
    margin-top: 50px;
}
#total .bin {
    margin-top: 25px;
}

.central {
    color: white;
    overflow-x:visible;
    text-align: center;
    font-size: 3em;
    display: block;
    width: 60%;
    margin: 0 auto;
}

.gif_img{
    display: block;
    width:80%;
    margin: 0 auto;
}


button {
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}