
.section {
    max-width: 100vw;
}

  
.home-button {
    background-color: #20c6b2;
    text-align: center;
    border-radius: 20px;
    padding: 15px;
    margin: 10px 10px;
    cursor: pointer;
    border: none;
}

.link-text {
    color: #fff;
    text-decoration: none;
}

.explain-section {
    margin-left: 5%;
    font-size: large;
}

.explain-title {
    margin-top: 0;
    font-size: 2.5vw;
    font-style: bold;
    font-family: 'Avenir', sans-serif;
}

h2 {
    font-size: 1.5vw;
    margin-bottom: 0.5vw;
    font-family: 'Avenir', sans-serif;
}

.explain-text {
    font-size: 1.66vw;
    font-family: 'Avenir', sans-serif;
}
