html{
    background-color: black;

}
.padded{
    margin: 0 50px;
}
h2{
    color: white;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2em;
    padding:16px;
}
h1{
    color: white;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 3em;
    padding:16px;
}
#show0,#show1,#show2,#controls{
    display: none;
}
.icon{
    width:25px;
    padding: 10px;
}
.flexContainer{
    display: flex;
    justify-content: center;
    margin:auto;
}