body{
    padding: 0 20px;
}

p{
    color: red;
}
td{
    width: 200px;
    height: 100px;
}
th{
    text-align: center;
}
h1{
    color: #19CBD4;
}
h2{
    color: #19D42C;
    font-style: italic;
}
h3{
    color: #D46A19;
}
p{
    text-align: justify;
    color: #C419D4;
}

.task1 h1{
    text-align: right;
}

.task1 h2{
    text-align: center;
    width: 300px;
}

.task1 table{
    width: 500px;
}

.task1 th{
    text-align: left;
}

.task1 td{
    text-align: center;
}

.task1 p{
    width: 300px;
    text-align: justify;
}

.task2 table{
    width: 500px;
    height: 300px;
}
.task2 td{
    font-weight: bold;
    text-align: center;
}
.task2 th{
    font-weight: normal;
}

.task3 h1{
    font-size: 50px;
    text-align: center;
}
.task3 h2{
    font-size: 40px;
    font-weight: normal;
}
.task3 p{
    font-family: Comic Sans MS;
    font-size: 30px;
}

.task3 .example_text1{
    font-size: 30px;
    line-height: 45px;
    width: 300px;
}

.task3 .example_text2{
    font-size: 30px;
    line-height: 1.5;
    width: 200px;
}