html,body {
    height: 100vh;
    font-family: Inter, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    margin: 0;
}

body {
    padding-left: 5%;
    padding-right: 5%;
}


main {
    display: flex;
    height: 80vh;

    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

main div, footer div {
    text-align: center;
    margin: auto;
}

p#question {
    font-size: 4rem;
}

p#source {
    font-size: small;
}

#carbonads {
    display: flex;
    align-content: center;
    justify-content: center;
}

.carbon-wrap,.carbon-poweredby {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

button {
    background-color: #008CBA;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 2rem;
  }