@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

html {

    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-color: #feeecc;
}

#wrapper {
    overflow-x: hidden;
    width: 100%;
}

.question-row {
    margin-top: 40px;
}

#results {
    margin-top: 50px;
}

h1, h2, h3, h4 {
    color: #f5816a;
}

#test {
    margin-bottom: 50px;
}