** {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    overflow: hidden;
}

.container {
    width: 100%;
    text-align: center;
}

.lang p {
    margin-left: 80%;
    font-weight: bold;
    color: aliceblue;
}

.cl {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-left: 80%;
    align-items: center;
}

.cl img {
    width: 25px;
    height: 25px;
}

.titel {
    display: flex;
    justify-content: center;
}

.logo {
    margin: 0;
}

.logo img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.contact h2 {
    font-size: 25px;
    color: white;
    font-weight: bolder;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.contact li {
    margin-left: 10px;
    margin-bottom: 5px;
}

.contact a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.cont {
    display: flex;
    margin-left: 15px;
}

.cont img {
    width: 16px;
    margin-left: 15px;
    margin-bottom: 5px;
}

.list {
    max-width: 400px;
    margin: 16px auto;
    border-radius: 4px;
}

.list ul {
    display: flex;
    gap: 10px;
    padding: 12px 24px;
    margin: 0;
    list-style: none;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.list ul::-webkit-scrollbar {
    display: none;
}

.list a {
    color: black;
    text-decoration: none;
    background-color: hsl(0, 2%, 45%);
    padding: 4px 12px;
    display: inline-block;
    border-radius: 30px;
    user-select: none;
    white-space: nowrap;
}

.list a.active {
    background-color: hwb(0 28% 72%);
    color: black;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-height: 410px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.box {
    width: 90%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: bottom 20px;
}

.hide {
    display: none;
}

.box .image {
    width: 70px;
    height: 70px;
}

.image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.box .text {
    width: 50%;
    text-align: left;
    display: inline-block;
    white-space: normal;
    word-break: break-word;
}

.text h3 {
    color: #D9D9D9;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}

.details {
    font-size: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
    color: rgb(255, 114, 67);
}

.size {
    text-align: center;
    margin-left: 2%;
    margin-bottom: 5px;
    white-space: nowrap;
    color: #FF1F00;
}

.size section {
    font-weight: 600;
}

@media screen and (max-height:600px) {
    .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-height: 325px;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

}

@media screen and (min-height:601px) and (max-height:700px) {
    .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-height: 400px;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

}

@media screen and (min-height:701px) and (max-height:750px) {
    .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-height: 470px;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

}

@media screen and (min-height:751px) and (max-height:801px) {
    .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-height: 540px;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

}

@media screen and (min-height:802px) and (max-height:860px) {
    .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-height: 585px;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

}

@media screen and (min-height:861px) and (max-height:900px) {
    .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-height: 630px;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

}

@media screen and (min-height:901px) and (max-height:1000px) {
    .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-height: 650px;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

}

@media screen and (min-height:1001px) and (max-height:1100px) {
    .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-height: 755px;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

}

@media screen and (min-height:1101px) and (max-height:1200px) {
    .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-height: 905px;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

}

@media screen and (min-height:1201px) {
    .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-height: 1105px;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

}

@media screen and (max-width:380px) {
    .contact a {
        text-decoration: none;
        color: black;
        font-weight: bold;
        font-size: 10px;
    }

    .text h3 {
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: bold;
    }
    
    .details {
        font-size: 8px;
        margin-left: 10px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width:750px) {
    .text .size {
        display: flex;
        text-align: center;
        margin-left: 2%;
        margin-bottom: 5px;
        gap: 15%;
        white-space: nowrap;
    }
}

@media screen and (min-width:500px) {
    .list {
        max-width: 700px;
        margin: 16px auto;
        border-radius: 4px;
    }

    .box {
        max-width: 700px;
    }
}

