@media (max-width: 600px) {
    .link-list {
        flex-direction: column;
        gap: 0;
        text-align: center;
    }

    footer {
        text-align: center;
    }

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    form {
        max-width: 360px;
    }
}



body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #2E4057;
    color: white;
    padding: 16px 5%;
    margin: 0;
}

h1, h2, h3 {
    padding: 0;
    margin: 0;
}

header {
    text-align: center;
    border-bottom: solid;
}

.link-list {
    display: flex;
    gap: 35px;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}

.socials {
    justify-content: center;
}

.link {
    color: #FFFD82;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.link:hover {
    color: #ED7D3A;
}

.link:active {
    color: #a4243b;
}

footer {
    padding-top: 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: solid;
}

.page-title{
    text-align: center;
}

.bold {
    font-weight: 800;
}

.regular-ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
