main, footer {
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
    color: #954f4f;
}

.main-content {
    display: flex;
    flex-direction: column;
    width: 25%;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.main-title {
    color: rgb(33, 117, 159);
}

.span-title {
    color: rgb(157, 208, 173);
}

.footer-content {
    color: #a0a0a0;
    position: fixed;
    left: 0;
    bottom: 0;
}

.container {
    padding: 0 5%;
}

.section {
    padding-top: 50px;
}