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

body {
    background-color: rgb(33,33,33);
    color: white;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;

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

.header {
    padding: 10px;
    text-align: center;
}

.main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    color: white;
    text-decoration: none;
    margin-bottom: 25px;
}

.main2 {
    margin: 20px;
    color: white;
    text-decoration: none;
    margin-bottom: 25px;
}

.main > div {
    text-align: center;
    color: white;
    text-decoration: none;
}

.mp {
    padding: 15px;
    text-align: center;
}

.mp2 {
    padding: 15px;
    text-align: center;
}

.menu-link {
    text-decoration: none;
    color: white;
}

.menu-link:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.menu-link-2 {
    text-decoration: none;
    color: white;
    background-color: rgb(0, 103, 172);
    border-radius: 10px;
}

.menu-link-2:hover {
    transform: scale(1.1);
    transition: 0.2s;
    background-color: rgb(3, 154, 255);
}

.footer {
    margin-top: auto;
    color: white;
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: rgb(0, 0, 0);
}

.footer a {
    color: white;
    text-decoration: none;
}

.image {
    width: 30%;
    max-width: 150px;
    height: auto;
}

.image2 {
    width: 30%;
    max-width: 150px;
    height: auto;
    filter: drop-shadow(0 0 0.9rem rgb(128, 128, 128));
}

.image3 {
    width: 30%;
    max-width: 200px;
    height: auto;
}

.image-menu {
    width: 230px;
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 0 0.9rem rgb(128, 128, 128));
}

hr {
    border: none;
    height: 1px;
    background-color: white;
    width: 95%;
    margin: 30px auto;
}

.bl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.language {
    text-align: right;
    padding: 20px;
}

.back {
    text-align: right;
    padding: 10px;
}

.back a {
    color: white;
    text-decoration: none;
    padding: 10px;
    margin: 10px;
    background-color: black;
    border-radius: 5px;
    filter: drop-shadow(0 0 0.2rem rgb(128, 128, 128));
}

.back a:hover {
    color: white;
    text-decoration: none;
    padding: 10px;
    margin: 10px;
    background-color: rgb(71, 71, 71);
    border-radius: 5px;
    filter: drop-shadow(0 0 0.2rem rgb(128, 128, 128));
}

.language a {
    color: white;
    text-decoration: none;
    padding: 10px;
    margin: 10px;
    background-color: black;
    border-radius: 5px;
    filter: drop-shadow(0 0 0.2rem rgb(128, 128, 128));
}

.language a:hover {
    color: white;
    text-decoration: none;
    padding: 10px;
    margin: 10px;
    background-color: rgb(71, 71, 71);
    border-radius: 5px;
    filter: drop-shadow(0 0 0.2rem rgb(128, 128, 128));
}

/* ltp = Link to Page */
.ltp {
    text-decoration: none;
    color: rgb(0, 149, 255);
}

/* ml = Mail Link */
.ml {
    text-decoration: none;
    color: rgb(0, 149, 255);
}

.invi {
    border: none;
    height: 1px;
    background-color: transparent;
    width: 95%;
    margin: 20px auto;
}

.button {
    display: inline-block;
    margin-top: 1rem;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    background-color: rgb(0, 103, 172);
    border-radius: 10px;
}