body {
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white;
}

.left-container {
    display: none;
}

.left-container a {
    color: rgb(212, 212, 212);
    font-weight: bold;
    margin-bottom: 10px;
}

.gif-container {
    display: flex;
    width: 100%;
    align-items: end;
    justify-content: flex-end;
}

.right-container {
    display: none;
}

.right-container a {
    color: rgb(212, 212, 212);
}

.right-link-list {
    color: rgb(201, 131, 52);
    line-height: 18px;
    margin-top: 35px;
    margin-left: -30px;
}

.watch-img {
    margin-top: 6px;
    border-radius: 4px;
}

.main-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 670px;
}

.logo {
    width: 350px;
}

.category-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
    row-gap: 45px;
}

.wrapper-anchor {
    text-decoration: none;
}

.category {
    display: flex;
    flex-direction: column;
    width: 155px;
    height: 155px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

.category-big {
    display: flex;
    flex-direction: column;
    width: 155px;
    height: 155px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

.category-wedding {
    display: flex;
    flex-direction: column;
    width: 155px;
    height: 155px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

.card {
    border-radius: 5px;
    overflow: hidden;
}

.inside-name {
    background-color: white;
    color: black;
    height: 15px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.image-container {
    background-color: white;
    display: flex;
    justify-content: center;
    padding: 10px;
    align-items: center;
    height: 110px;
}

.image-container-big {
    background-color: white;
    display: flex;
    justify-content: center;
    padding: 10px;
    align-items: center;
    height: 110px;
}

.image {
    max-width: 100%;
    max-height: 100%;
}

.category-name {
    margin-top: 5px;
    color: rgb(182, 182, 182);
    font-weight: bold;
    font-size: smaller;
}

.link-menu a {
    color: rgb(212, 212, 212);
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
}

.title-container {
    color: gray;
    font-size: 6px;
    text-align: center;
    font-weight: light;
}

.title-container a {
    color: rgb(192, 192, 192);
    font-size: 5px;
}

.extra-rings-container {
    margin-top: 60px;
    display: flex;
    align-items: baseline;
    text-align: center;
    gap: 70px;
    padding: 10px;
}

.extra-rings-container a {
    color: rgb(182, 182, 182);
}

.footer {
    text-align: center;
    margin-top: 100px;
    padding: 10px;
}


.footer-end {
    font-size: 11px;
    margin-top: 60px;
}

.orange {
    color: rgb(201, 131, 52);
}

.course-link {
    font-weight: bold;
    color: white;
    font-size: 18px;
}

.footer-link-container {
    margin-top: 60px;
    font-size: 11px;
}

.footer-link-container a {
    color: rgb(182, 182, 182);
}

@media screen and (min-width: 1020px) {
    .left-container {
        width: 120px;
        text-align: right;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        padding-top: 100px;
    }

    .right-container {
        width: 200px;
        text-align: left;
        display: flex;
        flex-direction: column;
        padding-top: 130px;
        font-size: 12px;
    }

    .category-big {
        width: 190px;
        height: 180px;
    }

    .image-container-big {
        height: 150px;
    }

    .category-wedding {
        width: 135px;
        margin-top: 35px;
    }

    .logo {
        width: 600px;
    }

    .category-wedding {
        width: 135px;
    }

    .category {
        width: 135px;
    }

    .image-container {
        height: 90px;
    }

    .title-container {
        font-size: 8px;
    }
    
    .title-container a {
        font-size: 6px;
    }
}