:root {
    --menu-count:4;
    --drop-count:2:
}

html, body {
    margin: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

body {
    background-color: #bfb7b0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 100%;
    overflow-y: scroll;
}

.content {
    margin-top: 10vh;
}

.column {
    float: left;
    width: 33.33%;
    padding: 0px;
    padding-bottom: 5vw;
}

h1 {
    font-family: Happy;
    text-align: center;
    font-size: 2rem;
    padding: 5vw;
}

p {
    font-size: 1.1rem;
    line-height: 24px;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-bottom: 1vw;

}

.info {
    margin-bottom: 5vw;
}