body {
    height: 100vh;
    width: 100vw;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    font-family: 'Mulish';
}

header {
    height: 10vh;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav {
    height: 10vh;
    background-color: #ffffff;
}

main {
    height: 55vh;
    background-color: #dcdfe6;
}

footer {
    height: 20vh;
    background-color: #ffffff;
}

.logo {
    height: 8vh;
    margin: 10px auto;
}

ul li {
    margin-top: 3px;
}