#start  {
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    background-color:teal;
    font-family: cursive;
    font-size: 50px;
    color: white;
    border: 18px double #1C6EA4;
    border-radius: 40px 2px 40px 0px;

}

#question   {
    margin: 20px;
    padding: 20px;
    background-color: aqua;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    border: 15px double #1C6EA4;
    border-radius: 40px 40px 40px 40px;
}

#choices    {
    margin: 20px;
    padding: 20px;
    background-image: url(https://c8.alamy.com/comp/R24GXW/3d-rendering-shiny-question-mark-with-black-question-marks-background-R24GXW.jpg);
    text-align: center;
    border: 18px double #1C6EA4;
    border-radius: 40px 2px 40px 0px;
}
.choice {
    margin: 20px;
    border: 20px,20px,20px,20px,;
    border-left-width: 10px;
    padding: 10px;
    background-color: palegreen;
    box-sizing: border-box;
    
}

#counter    {
    margin-left: 400px;
    margin-right: 400px;
    padding: 20px;
    background-color: red;
    text-align: center;
    font-weight: bolder;
    border: 15px double #1C6EA4;
    border-radius: 40px 40px 40px 40px;

}

#progress   {
    margin: 20px;
    border: 20px;
    padding: 10px;
    
}

#quiz   {
    margin: 100px;
    padding: 20px;
    background-color: white;
    text-align: center;
}

#scoreContainer {
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 50px;
    font-family: cursive;
    font-size: 30px;
    font-weight: bolder;
    color:teal;
    background-color:rgb(240, 179, 157);
    border: 18px double #7bbce7;
    border-radius: 40px 2px 40px 0px;

    
}

#username   {
    size: 50px;

}

#local-storage  {
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    font-family: cursive;
    font-size: 30px;
    font-weight: bolder;
    color:teal;
    background-color:coral;
    border: 15px double #7bbce7;
    border-radius: 40px 40px 40px 40px; 
}

.input-group    {
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    font-family: cursive;
    font-size: 30px;
    font-weight: bolder;
    color:teal;
    background-color: rgb(241, 149, 115);
    border: 15px double #7bbce7;
    border-radius: 40px 40px 40px 40px; 

} 