#Layer_1 {
    width: 100%;
    height: 15%;
}

#spinner-container {
    text-align: center;
    width: 100%;
    margin-top: 1%;
}

#Layer_2 {
    width: 30%;
    height: 30%;
}

#start_container {
    text-align: center;
    width: 100%;
    display: none;
}

#start_container button {
    background: none;
    border: none;
    padding: 0;
    font: 44px Helvetica, sans-serif;
    color: #0000ee;
    text-decoration: underline;
    cursor: pointer;
}