.label_theme_box {
    margin-bottom: 30px;
    margin-top: 80px;

    .label_black{
        display: flex;
        align-items: center;
        .black_img{
            display: none;
            width: 24px;
            height: 24px;
        }
    }
}
.theme_flex {
    display: flex;
    flex-direction: column;

    .theme_title {
        font-size: 36px;
        color: #fe628e;
        margin-bottom: 20px;
    }

    .theme_label {
        display: flex;
        flex-wrap: wrap;

        a {
            background: #1f202e;
            border-radius: 12px;
            font-size: 16px;
            padding: 16px 0px;
            text-align: center;
            color: #999aa8;
            margin: 0 0px 15px 0px;
            width: 20%;
            cursor: pointer;
            border: 5px solid #100f16;

        }

        a:hover {
            background: #fe628e;
            color: #fff;
        }
    }
}