.block-game{
    background: var(--modal-color);
    padding: 30px 50px 100px;
    display: flex;

}
.edit-bar{
    padding: 30px 50px 0 0 ;
    text-align: right;
    background-color: var(--modal-color);
}

@media screen and (max-width: 700px){
    .block-game{
        padding: 100px 5px 100px;
    }
    .edit-bar{
        padding: 30px 5px 0 0 ;

    }
}

.block-second{
    background: var(--modal-color);
    padding: 0px 50px 100px;

}

#block1 {
    background: #FFFFFF !important;
    color: #2E3842;
    float: left;
    width: 49%;
    text-align: center;
    padding: 50px 0px 50px 0px;
}

@media screen and (max-width: 700px){
    #block1 {
        width: 50%;
    }
}

#block2 {
    background: rgba(29, 36, 42, 0.9);
    color: #FFFFFF;
    float: right;
    width: 49%;
    text-align: center;
    padding: 50px 0px 50px 0px;
}

@media screen and (max-width: 700px){
    #block2 {
        width: 50%;
    }
}

.hr-line1{

    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 80%;
    height: 0px;
    margin: 10px auto;
    padding-top: 0px !important;
}

.hr-line2
{
    border: 1px solid #FFFFFF;
    width: 80%;
    height: 0px;
    margin: 10px auto;
    padding-top: 0px !important;
}

.hr-line{

    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 0px;
    margin: 10px auto;
    padding-top: 0px !important;
}

.heading{
    font-size: 24px;
    text-align: center;
    letter-spacing: 15px;
    text-transform: uppercase;
}

@media screen and (max-width: 700px){
    .heading{
        font-size: 16px !important;
        letter-spacing: 5px !important;
    }
}

.subtitle{
    letter-spacing: 15px;
    text-transform: uppercase;
    padding-top: 15px;
}

@media screen and (max-width: 700px){
    .subtitle{
        font-size: 13px !important;
        letter-spacing: 3px !important;
    }
}

.rectangle1:nth-child(even){
    width: 80%;
    height: 50px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.04);
    margin: 10px auto auto;
    padding: 10px;
}

@media screen and (max-width: 700px){
    .rectangle1:nth-child(even){
        width: 90%;
    }
}

.rectangle1-1:nth-child(odd){
    width: 80%;
    height: 50px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.04);
    margin: 10px auto auto;
}

@media screen and (max-width: 700px){
    .rectangle1-1:nth-child(odd){
        width: 90%;
    }
}


.link-name1{
    color: #2E3842 !important;
    font-size: 14px !important;
    letter-spacing: 5px;
}

@media screen and (max-width: 700px){
    .link-name1{
        font-size: 12px !important;
        letter-spacing: 3px !important;
    }
}

.rectangle2:nth-child(even){
    width: 80%;
    height: 50px;
    border-radius: 5px;
    background: #797C7F;
    margin: 10px auto auto;
}

@media screen and (max-width: 700px){
    .rectangle2:nth-child(even){
        width: 90%;
    }
}

.rectangle2-2:nth-child(odd){
    width: 80%;
    height: 50px;
    border-radius: 5px;
    background: #797C7F;
    margin: 10px auto auto;
}

@media screen and (max-width: 700px){
    .rectangle2-2:nth-child(odd){
        width: 90%;
    }
}

.rectangle3{

    width: 100px;
    height: 50px;
    background: rgba(29, 36, 42, 0.9);
    border-radius: 5px 0px 0px 5px;
    font-size: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 2px;

}

@media screen and (max-width: 700px){
    .rectangle3 {
        width: 50px;
        height: 35px !important;
        font-size: 25px !important;
    }
}

.rectangle4{
    width: 100px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 0px 5px 5px 0px;
    font-size: 40px;
    text-transform: uppercase;
    color: #1D242A;
    text-align: center;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 2px;
}

@media screen and (max-width: 700px){
    .rectangle4 {
        width: 50px;
        height: 35px !important;
        font-size: 25px !important;
    }
}

.link-name2{
    color: #FFFFFF !important;
    font-size: 14px !important;
    letter-spacing: 5px;
}

@media screen and (max-width: 700px){
    .link-name2{
        font-size: 12px !important;
        letter-spacing: 3px !important;
    }
}

.btn {
    background-color:  rgba(228, 202, 64, 0.79);
    border: none;
    color: #1D242A;
    padding: 12px 12px 12px 16px !important;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 5%;
    height: 60px !important;
    line-height: 45px !important;

}

@media screen and (max-width: 736px){
    .btn{
    right: 10%;
    }
}

.btn:hover {
    background-color: var(--main-color);
}

.block-icon{
    background: #F5F5F5;
    position: relative;
    padding-bottom: 20px;
}
td{
    background: var(--modal-color) !important;
}
.table{
    background: var(--modal-color);
    width: 65%;
    color: #2E3842;
    margin: auto;
}

@media screen and (max-width: 700px){
    .table{
        width: 100% !important;
    }
    .block-second{
        padding: 0px 5px 100px;
    }
}

td {
    background: #F5F5F5;
}
table, tr, td {
    border: none !important;
}
.text-in-rectangle{
    padding: 10px;
}

@media screen and (max-width: 700px){
    .text-in-rectangle{
        padding: 7px !important;
    }
}
.link-name1.show-modal{
    color: black !important;

}
.link-name2.show-modal{
    color: #FFFFFF !important;
}
.state-game{
    font-size: 24px;
    text-align: center;
    letter-spacing: 15px;
    text-transform: uppercase;
    background: var(--modal-color);
}
