@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&family=Lexend+Deca&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    background: #000;
}

body{
    padding: 20px;
    font-family: "Lexend Deca", sans-serif;
}

#header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.logo {
    width: 100px;
    height: 100px;
    background: #fff;
}

.logo img{
    width: 100px;
    height: 100px;
}

.lang-switch {
    position: absolute;
    right: 30px;
    padding: 10px;
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang-switch a {
    text-decoration: none;
    color: #000;
}

.social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    background: #fff;
    padding: 10px;
    margin-bottom: 40px;
}

.social a svg{
    width: 35px;
    height: 35px;
}

.content h1{
    text-align: center;
}

.content {
    text-align: justify;
    color: #fff;
    font-family: "Lexend Deca", sans-serif;
}

.content-thumb {
    text-align: center;
    width: 100%;
    margin: 30px 0;
}

.content-thumb img {
    width: 100%;
    height: auto;
}

.footer {
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #000;
    margin-top: 50px;
    padding: 10px 0;
    font-family: "Lexend Deca", sans-serif;
    font-size: 14px;
}

.contact-info {
    font-size: 14px;
    padding: 5px;
}
