.contacts-section {
    padding: 200px 0;
    background-color: var(--base-light-background);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contacts-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contacts-container a {
    color: var(--base-background-color);
}

.contacts-subcontainer {
    display: flex;
    flex-direction: column;
}

h1 {
    font-size: 30px;
}