.exclearfix {
    content: "";
    clear: both;
    display: table;
}

h1.main-heading {
    font-size: 52px;
    font-weight: 500;
    text-align: center;
    margin: 60px 0;
}

h1.main-heading a {
    color: black;
}

.main-menu-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.main-menu-front a {
    color: black;
    font-weight: 500;
}

.main-menu-front a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.entry-title.title {
    margin-top: 15px;
}

@media(max-width: 992px) {
    h1.main-heading {
        font-size: 35px;
        margin: 30px 0;
    }

    .entry-title.title {
        font-size: 26px;
    }
}