@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;800&display=swap');
* {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 13px;
    color: #281e1d;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

body {
    background-color: #F1F4F9;
}

ul {
    margin-left: 30px;
}

ul li {
    list-style: disc;
}

.content {
    padding-top: 140px;
    min-height: calc(100vh - 59px);
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    text-decoration: none;
}

/* va */

.parallax {
    background-attachment: fixed;
    background-position: bottom;
    background-size: 100%;
}

.overlay {
    background-color: rgba(34, 186, 160, 0.5);
    padding: 20px;
    box-shadow: 0 0 3px #000 inset;
}

@media screen and (max-width: 600px) {
    body {}
}