body {
display: flex;
flex-direction: column;
align-items: center;
background-color: #3B3F45;
}



body header {
    width: 1500px;
    height: 94px;
    background-color: #4A4F56;
    color: #FF8984;
    margin-top: -10px;
    text-align: center;
}

#title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

#second-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

}

.table-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    
}

table-text:active {
    background-color: #b20094;
}


section h3 {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 21px;
} 

.foot {
width: 550px;
height: 45px;
background-color:  #4A4F56;
color: #FF8984;
text-align: center;
display: flex;
    justify-content: center;
    margin-top: 40px;
}

td {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 543px;
    height: 45px;
    top: 102px;
    left: 129px;
    color: white;
    font-family: 'Roboto';
    font-style: normal;
}

main {
    margin-top: 30px;
}



#second-color {
background-color: #7A7593;
}

#third-color {
background-color: #625E77;
}

#fourth-color {
background-color: #7A7593;
}

.explanation-text {
font-size: small;
}

.table-text:nth-child(2n + 1) {
    background-color: #88839E
}

.table-text:link:hover {
    outline: #b20094;
  }

input [type="checkbox"]:checked + label {
background-color: #88839E;
border-color: #b20094;
text-decoration: line-through;
}

*{transition: all .1s ease-in;}
/*TO MAKE CHECK-CHANGES*\