html, body {
    margin: 0;
    min-height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.menu {
    display: block;
    width: 95%;
    height: auto;
    padding-top: 10px;
    margin: auto;
    overflow: hidden;
}

.footer {
    
    background-color: #111;
    color: #fff;
    padding: 25px 20px 15px;
    text-align: center;
    margin-top: 20px;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 900px;
    margin: 0 auto;
}

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social img {
    width: 28px;
    height: 28px;
}

.link-section {
    display:flex;
    justify-content: space-evenly;
    align-items: center;
}

h1{
    margin-top: 0px;
}

@media (min-width: 768px) {
    .menu {
    display: block;
    width: 50%;
    height: auto;
    padding-top: 10px;
    margin: 20px auto;
    overflow: hidden;
    }
}


p {
    padding-top: 10px;
    width: 75%;
    color: white;
    font-size: 1rem;
    text-align: center;
}

.section {
    padding: 0rem 2rem;
    text-align: center;
}

h3{
    font-family: "body";
}