h1 {
    text-align: center;
    padding-bottom: 60px;
}

h2 {
    padding-bottom: 20px;
}

h3 {
    padding-bottom: 10px;
}

p, ul, ol {
    padding-bottom: 40px;
    letter-spacing: 0.6px;
    line-height: 27px;
}

ul {
    list-style-type: disc;
    list-style-position: inside;
}

ol {
    list-style-position: inside;
}



header {
    width: 100%;
    height: 80px;

    justify-content: space-around;

    color: var(--secondary);
    background-color: #fff;
    box-shadow: 0 5px 20px hsla(0, 0%, 0%, 0.05);

    position: fixed;
    top: 0;

    z-index: 3;
}

main {
    margin-top: 80px;
}

#main-img {
    width: 100%;
    aspect-ratio: 4 / 1;
}

#container {
    padding: 95px 120px 110px;
}