body, html{
    background-color: rgb(18,18,19);
}

.title{
    font-family: 'Anek Odia', sans-serif;
    text-align: center;
    size: 20px;
    color: #fff;
}

#text{
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    size: 30px;
    color: #fff;
}

.answer-row{
    justify-content: center;
    display: flex;
}
.answer{
    font-family: 'Ubuntu';
    display: flex;
    flex: 50%;
    border: 2px;
    margin: 4px;
    color: white;
    text-align: center;
    background-color: rgb(58,58,60);
    text-transform: uppercase;
    display: grid;
    place-items: center;
    font-family: Arial, Helvatica, sans-serif;
    font-size: 20px;
    touch-action: manipulation;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    max-width: 200px;
    max-height: 200px;
}

.alert-correct{
    left: 45%;
    top: 20%;
    position: absolute;
    max-width: 150px;
    max-height: 100px;
    color: black;
    align-content: center;
    background-color: greenyellow;
}

.alert-incorrect{
    left: 45%;
    top: 20%;
    position: absolute;
    max-width: 150px;
    max-height: 100px;
    color: black;
    align-content: center;
    background-color: red;
}

.score-alert{
    left: 45%;
    top: 20%;
    max-width: 200px;
    position: absolute;
    color: black;
    font-size: 30px;
    align-content: center;
    background-color: greenyellow;
}

.social{
    max-width: 50px;
    max-height: 50px;
    align-items: center;
    position: absolute;
    top: 80%;
    left: 48%;
}
.debug{
    top: 70%;
}

#score{
    position: absolute;
    left: 20%;
    top: 20%;
    font-size: 15px;
    color: #fff;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}