body {
background-color: #000000;
margin: 0;
/*max-width: 1536px;*/
font-family: "Pixelify Sans", sans-serif;
/*display: flex;*/
/*flex-direction: column;*/
/*align-items: center;*/
/*justify-content: center;*/
color: white;
font-size: larger;
}

main {
    max-width: 1536px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100vh;
}

.title {
width: 100%;
max-width: 1536;
aspect-ratio: 3 / 2;
background-image: url("../images/time_shift_16.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;

}

div {
    padding-bottom: 12px;
}

.text_prompt_area {
    padding-top: 96px;
    width: 100%;
    max-width: 1024px;
    color: white;
    text-align: left;
}

.selection_suite {
display: inline-block;

}

button {
    font-family:"Pixelify Sans", sans-serif;
    color: black;
    background-color: white;
    font-size: 18px;
    margin-bottom: 11px;
}

button:hover {
    font-family:"Pixelify Sans", sans-serif;
    color: black;
    background-color: lightcyan;
    font-size: 18px;
}
