.answer {
    text-align: center;
    position: absolute;
    top: 15vh;
    left: 30vw;
    width: 40vw;
    color: white;
    font-size: 1.6em;
    font-weight: 500;
    display: none;
}

.prompt {
    position: absolute;
    top: 15vh;
    left: 30vw;
    width: 40vw;
    color: white;
    font-size: 1.4em;
    font-weight: 500;
}

.sleepbar {
    font-family: 'Pixelify Sans';
    color: black;
    background-color: #F7CF6E;
    height: 8vh;
    width: 100vw;
    position: fixed;
}

.sleepbar_title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5vh;
}

.sleepbar_title img {
    margin: 1.15vh;
    height: 4.75vh;
}

.promptprompt {
    text-align: center;
    font-size: 0.9em;
}

.promptprompt input {
    background-color: #364989;
    border: 2px solid white;
    margin: 1.5em;
    padding: 1em;
    width: 15vw;
    font-size: 0.9em;
    border-radius: 10px;
    color: white;
}

#wakeuptime {
    padding: 1.5em;
}

.promptprompt input:focus {
    background-color: #2b3a6c;
    outline: none;
    transition: 0.8s;
}

.buttonbox {
    text-align: center;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5em;
    cursor: pointer;
    user-select: none;
}

.buttonbox div:hover {
    background-color: rgb(255, 224, 153);
    transition: 0.5s;
}

.buttonbox div:active {
    background-color: #ffd167;
    transition: 0.5s;
}

.quip {
    margin-top: 1em;
    font-size: 0.9em;
    text-align: center;
}

.buttonbox div {
    font-family: 'Pixelify Sans';
    background-color: #F7CF6E;
    width: 15.4vw;
    padding: 0.8em;
    color: #364989;
    border-radius: 10px;
    border: 2px solid white;
}

.best_times {
    display: flex;
    justify-content: center;
    align-items: center;
}

.best_times div {
    background-color: #4893F9;
    border-radius: 10px;
    border: 2px solid white;
    padding: 0.4em;
    text-align: left;
    width: 19vw;
    margin: 1.5vw;
}

.best_times span {
    float: right;
}

.subpar_times {
    display: flex;
    justify-content: center;
    align-items: center;
}

.subpar_times div {
    background-color: #4893F9;
    border-radius: 10px;
    border: 2px solid white;
    padding: 0.4em;
    text-align: left;
    width: 9vw;
    margin: 1.5vw;
}

.result_note {
    padding: 3em;
    font-size: 0.7em;
}

.goback_btn {
    font-size: 0.7em;
    font-family: 'Pixelify Sans';
    background-color: #22346F;
    width: 10vw;
    border-radius: 10px;
    border: 2px solid white;
    padding: 1em;
    cursor: pointer;
    user-select: none;
}

.goback_btn i {
    margin-left: 0.5em;
}

.btn_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.goback_btn:hover {
    background-color: #4893F9;
    transition: 0.5s;
}

.goback_btn:active {
    background-color: #2b3a6c;
    transition: 0.5s;
}