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

body {
    background-color: black;
}

h1#answer {
    color: white;
    font-family: 'Bebas Neue';
    font-size: 128px;
    text-align: center;
    margin-top: 30vh;
}