
html, body {
    height: 100%;
    margin: 0px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.container {
    min-height: 100%;
    background: linear-gradient(45deg, gray, white, gray);

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

a {
    margin-bottom: 10px;
    
}

.mainButtons {
    display: flex;
    flex-direction: row;
}

.column1 {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.column2 {
    display: flex;
    flex-direction: column;
}

h1, h2 {
    text-decoration: underline;
    font-weight: lighter;
    text-align: center;
}

button {
    font-size: xx-large;
    margin-bottom: 30px;
    padding: 10px;
    background-color: darkslategrey;
    color: lightblue;
    border: 1px solid black;
    border-radius: 15%;
}

.nav {
    margin-bottom: 12px;
}

.navButtons {
    display: flex;
    flex-direction: row;
}

.moveButtons {
    font-size: large;
    margin: 5px;
    
}

.audioCheck {
    margin-bottom: 10px;
}

#lengthChoice {
    margin-bottom: 10px;
}


#screenWake {
    margin-top: 8px;
}

.countdownOutput {
    font-size: larger;
}

.toggleButtons {
    margin-bottom: 7px;
    margin-top: 5px;
    
}

#total {
    margin-top: 0px;
    text-decoration: underline;
}
