body {
    background: #30364F;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mainBlock {
    max-width: 1200px;
    min-width:500px;
    width:80%;
    background: #ACBAC4;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 50px;
}

.form-check-input{
    margin-right:5px;
}

tr{
    padding-top:10px;
}

#newsDescr{
    text-align:justify;
    margin-top:40px;
    margin-bottom:40px;
    margin-left:30px;
    margin-right:30px;
}



#rateBttn{
    width:130px;
    height:90px;
    border-radius:20%;
    margin:10px;
    color:black;
}

#voteButtonsDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:20px;
    margin-bottom:50px;
    border-color: #a8a492;

}

#explanationDiv {
    background: #F0F0DB;
}

#showBtn {
    background: #E1D9BC;
    color: black;
    border-color: #a8a492;
}



#popUpBtn {
    background: #E1D9BC;
    border-color: #a8a492;
    border-radius: 5px;
}


