body {
    font-family: "Quicksand";
}

.bg-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 33.333vh;
    background: #fff000;
    z-index: -1; /* put behind your content */
}

.title-main-div {
    text-align: center;
}

.title-main {
    font-family: quicksand;
    font-weight: bolder;
    font-size: 100px;
}

.motto-main {
    font-family: "Quicksand";
    font-style: italic;
    font-size: 30px;
}

.logo-main-div {
    text-align: center;
}

.logo-main {
    width: 22%;        /* scales with screen size */
    height: auto;      /* preserves aspect ratio */
    max-width: 500px;  /* optional safety cap */
}

.info-container {
    display: flex;
}

.services-div {
    text-align: left;
    flex: 1;
    padding: 1rem;
    font-size: 25px;
}

.contact-info-div {
    text-align: right;
    flex: 1;
    padding: 1rem;
    font-size: 25px;
}