html,
body {
    height: 100%;
    font-size: 1.1rem;
}
body {
    background: #f1eff0 !important;
    color: #000000;
}
h1 {
    font-size: 1.6rem;
    color: #41815e;
    margin-bottom: 10px;
}
a {
    color: #000000;
}
a:hover {
    text-decoration: none !important;
    color: #d43b35;
}
.social-icon {
    font-family: FontAwesomeBrands;
    font-size: 2.4rem;
    color: #d43b35;
}
.social-icon.facebook:before {
    content: "\f39e";
}
.social-icon.tiktok:before {
    content: "\e07b";
}