.title {
    color: green;
}
#mainDiv {
    text-align: center;
    background-color: #fff;
}
#socials {
    text-align: center;
}
img {
    max-width: 100%;
}
h1 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: #3b3838;
    margin: 10px 0;
}
a {
    color: #3b3838;
    padding: 0 20px;
}
.fa-brands {
    font-size: 30px;
}
