@font-face {
    font-family: 'Disney';
    src: url('fonts/NewWaltDisneyUi-8YdA.ttf') format('truetype');
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

audio {
    margin-top: 20px;
    display: none;
}

.container {
    text-align: center;
    background-color: #00000085;
    color: white;
    border-style: solid;
    border-width: 20px;
    border-radius: 20px;
    border-color: #00000000;
    min-width: 600px;
}

.container h1{
    font-family: 'Disney';
    font-size: 5em;
}

.container label{
    font-family: 'Disney';
    display: block;
    padding-bottom: 8px;
    font-size: xx-large;
}

.container button{
    margin-top: 8px;
    font-family: 'Disney';
    font-size: x-large;
}

.container input{
    display: block;
    margin: auto;
    font-size: x-large;
}

.quiz-container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    background-color: #000000c7;
    color: white;
    border-style: solid;
    border-width: 20px;
    border-radius: 20px;
    border-color: #00000000;
    width: 600px;
    position: absolute;
}

.loginpage {
    background-image: url('img/background1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.quizpage {
    background-image: url('img/background2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.leaderboard_back {
    background-image: url('img/background3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

#quiz-title {
    font-family: Disney;
    font-size: 5em;
    margin-bottom: 0px;
    margin-top: 40px;
}

#quiz {
    margin-bottom: 20px;
}

.quiz-container label{
    font-family: 'Disney';
    display: block;
    padding-bottom: 8px;
    font-size: xx-large;
}

.quiz-container button{
    margin-top: 8px;
    font-family: 'Disney';
    font-size: x-large;
    padding: 5px;
}

.quiz-container input{
    display: block;
    margin: auto;
    font-size: x-large;
    width: 95%;
}

.quiz-nav button{
    font-family: 'Disney';
    font-size: x-large;
    margin-right: 10px;
    width: 40px;
    height: 30px;
    padding: unset;
    line-height: 30px;
    border-style: solid;
}

#result {
    font-family: 'Disney';
    font-size: xxx-large;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ff97ab;
}

#logout_button {
    background-image: url(img/logout.png);
    height: 40px;
    width: 40px;
    border: none;
    background-color: #39312600;
    background-size: contain;
    background-repeat: no-repeat;
}

.logout {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    background-color: #000000c7;
    color: white;
    border-style: solid;
    border-width: 10px;
    border-radius: 20px;
    border-color: #00000000;
}

.username {
    float: left;
    margin-right: 20px;
    font-family: 'Disney';
    color: white;
    font-size: xx-large;
    margin-top: 0px;
    margin-bottom: 0px;
}

#showanswer_button {
    background-image: url(img/question.png);
    height: 40px;
    width: 40px;
    border: none;
    background-color: #39312600;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px;
}

.showanswer {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
}

.showanswer p {
    margin-right: 10px;
}

.showpoints {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
}

#buy_button {
    display: block;
    margin: auto;
    margin-top: 8px;
    background-color: yellow;
    font-size: medium;
    border: unset;
}

.leaderboard {
    position: absolute;
    top: 20px;
    left: 20px;
}

.leaderboard img {
    width: 50px;
    border-style: solid;
    border-color: white;
    border-radius: 50px;
    border-width: medium;
}

.tg {
    width: 100%;
    font-family: 'Disney';
    font-size: x-large;
}

.tg th {
    color: yellow;
    font-size: xx-large;
}