/* TEXT */
h1{
    font-size: 44px;
    text-align: center;
    color: red;
    margin: 2%;
}
h2{
    font-size: 34px;
    text-align: center;
    color: green;
    margin: 2%;
}
h3{
    font-size: 28px;
    text-align: center;
    color: green;
    margin: 2%;
}
h4{
    font-size: 22px;
    text-align: center;
    color: rgb(90, 0, 128);
    margin: 2%;
}
h5{
    font-size: 20px;
    text-align: center;
    color: rgb(193, 46, 127);
}
.text{
    padding: 30px 100px;
}
em{
    margin-right: 10px;
}
.em{
    font-style: italic;
    font-weight: 900;
}
.p{
    font-size: 24px;
    margin: 2%;
}
.p18{
    font-size: 18px;
    padding: 7px;
}
.p20{
    font-size: 20px;
    padding: 10px;
    line-height: 1.3;
    /* text-indent: 50px; */
}
.p22{
    font-size: 22px;
    padding: 2%;
}
.p24{
    font-size: 24px;
    padding: 3%;
    line-height: 1.6;
}
.p28{
    
    font-size: 28px;
    padding: 3%;
    line-height: 1.6;

}
.p16{
    font-size: 16px;
    font-style: italic;
}
.pText{
    width: 80%;
    margin: 0 auto;
    line-height: 1.7;
}
.link{
    font-size: 34px;
    color: rgb(129, 7, 243);
    text-align: center;
}

.italic{
    font-style: italic;
}
.pravilo{
    font-size: 30px;
}
.primer{
    font-style: italic;
}
.red{
    color: red;
}
.fiolet{
    color: blueviolet;
    font-weight: 900;
}
.blue{
    color: blue;
}
.green{
    color: green;
}
.bold{
    font-weight: bold;
}
.textRadio{
    text-align: left;
    width: 100%;
    margin-left: 20px;
}

/* line */
.line_1{
    width: 100px;
    font-size: 16px;
    color: blue;
    /* font-weight: 900; */
    font-style: italic;
    text-align: center;
 }
 .line_2{
    width: 150px;
    font-size: 16px;
    color: blue;
    /* font-weight: 900; */
    font-style: italic;
    text-align: center;
 }
 .line_3{
    width: 300px;
    font-size: 16px;
    color: blue;
    /* font-weight: 900; */
    font-style: italic;
    text-align: center;

 }
 .line_4{
    width: 40px;
    font-size: 16px;
    color: blue;
    font-weight: 900;
    font-style: italic;
    margin: 0 2px;
    text-align: center;
 }

 .line_5{
    width: 300px;
    font-size: 18px;
    color: blue;
    font-weight: 900;
    margin: 0 2px;
    text-align: center;
 }
 

 .slowa{
    width: 70%;
    margin: 0 auto;
    text-align: center;
 }
 .coral{
    color: rgb(239, 103, 53);
 }