@import url('https://fonts.googleapis.com/css2?family=Maiden+Orange&family=Workbench&display=swap');

#TopBar {
    background: #70d2ff;
    background: linear-gradient(180deg, rgba(112, 210, 255, 1) 29%, rgba(51, 241, 255, 0.27) 74%);
    display: flex;
}
#title {
    font-family: "Workbench", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "BLED" 0,
        "SCAN" 0;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    padding: .1em;
}

#clock {
    font-family: 'Seven Segment', sans-serif;
    color: red;
    background-color: black;   
    font-size: 2em;
    padding: .1em;                                     
}

#flexspacer {
    flex-grow: 1;
}

body {
    margin: 0px;
}

#prompt {
    width: 400px;
    height: 300px;
    margin-top: 10%;
    background: #d9d9d9;
    background: linear-gradient(180deg, rgba(217, 217, 217, 1) 27%, rgba(156, 156, 156, 1) 51%);
    border-radius: 10px;
    padding: 1px;
    text-align: center;
    left: 0; 
    right: 0; 
    position: absolute;
    margin-inline: auto;
}

#messageBody {
    background-color: white;
    width: 380px;
    height: 270px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

#question { 
    text-align: center;
}

.button {
    width: 160px;
    height: 20px;
    border-radius: 10px;
    background: #70d2ff;
    background: linear-gradient(180deg, rgba(112, 210, 255, 1) 29%, rgba(51, 241, 255, 0.27) 74%);
    color: black;
    text-decoration: none;
    text-align: center;
}

#buttons {
    display:flex;
}

#startover {
    margin: auto;
    margin-right: 10px;
    font-family: "Workbench", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "BLED" 0,
        "SCAN" 0;
    color:black;
    text-decoration: none;
    text-transform: uppercase;
}

#content {
    width: 90%;
    margin:auto;
    font-size: 1.5em;
}