#contactSection {
    /* position: relative; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 8%;
}

.contact-title-div {
    display: flex;
    flex-direction: column;
    background-color: black;
    height: 50%;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    top: auto;
    padding: 5%;
    color: antiquewhite;
    align-items: center;
    justify-content: center;
}

.contact-title-text {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 6em;
    margin-bottom: 0;
}

.contact-text {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.5em;
    max-width: 100%;
}

.box {
    font-size: 1.3em;
    width: 292px;
    border: 1px solid antiquewhite;
    padding: 10px;
    margin: 20px;
    border-radius: 5px;
}