* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #E0E1DD;
}

h1 {
    display: flex;
    justify-content: start;
    padding: 25px;
    font-family: 'Libre Baskerville', serif;
}

li {
    display: flex;
    justify-content: center;
}

h2  {
    display: flex;
    justify-content: center;
    
}


#start-screen {
    display: flex;
    justify-content: space-around;
    font-family: 'Libre Baskerville', serif;
    font-size: 21px;
    padding: 25px;
    text-align: center;
}


.quiz-container {
    display: flex;
    justify-content: center;
    padding: 30px;
}

#timer {
    padding-right: 30px;
    display: flex;
    justify-content: end;
    font-weight: light;
}

.section {
    display: flex;
    justify-content: center;
}

.timer-container {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.hide {
visibility: hidden;
height: 0;
}

#start-quiz {
    display: flex;
    background-color: #1B263B;
    color: white;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px 24px;
}

.button-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#Btn1 {
    background-color: #1B263B;
    color: white;
    padding: 10px 60px;
    font-size: 15px;
    align-self: flex-start;
    align-self: center;

}
#Btn2 {
    background-color: #1B263B;
    color: white;
    padding: 10px 60px;
    font-size: 15px;
    align-self: flex-start;
    align-self: center;
}
#Btn3 {
    background-color: #1B263B;
    color: white;
    padding: 10px 60px;
    font-size: 15px;
    align-self: flex-start;
    align-self: center;
}
#Btn4 {
    background-color: #1B263B;
    color: white;
    padding: 10px 60px;
    font-size: 15px;
    align-self: flex-start;
    align-self: center;
}


