body {
    height: 100vh;
    width: 90vw;
    margin: 0 auto;
    font-family: Roboto, sans-serif;
}

span {
    font-weight: bold;
}

h1 {
    display: flex;
    justify-content: center;
}

