.home__header, .suggestion__div {
    text-align: center;
    justify-content: center;
    color: var(--primary-color);
    height: 60px;
    width: 100%;
    top: 0;
    font-size: 24px;
}

.home__header {
    margin-top: 10px;
}

.footer__div {
    margin-top: 40vh;
    text-align: center;
    color: var(--writing-color);
    width: 100%;
    background-color: #4e4e4e;
}

@media (max-width: 728px) {
    .footer__div {
        margin-top: 60vh;
    }
}

@media (max-width: 1160px) {
    .footer__div {
        margin-top: 50vh;
    }
}