*{
    font-size: 20px;
}
body{
    background-color: #34eb52;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.tabl1{
    border: 1px solid blue;
    width: 550px;
}
.borderblue{
    border: 1px solid blue;
}
.textcollorpurple{
    color: #de1fde;
}
h2{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}
.textcollororange{
    color: #de851f;
}
.coloryellow{
    background-color: yellow;
    font-weight: bold;
}
.imgtabl2{
    width: 250px;
    height: 250px;
}
.tabl2{
    border: 1px solid black;
    width: 550px;
}
.borderblack{
    border: 1px solid black;
}
.textcollorred{
    color: #de3c1f;
    font-size: 50px;
}
.tabl3{
    display: flex;
    align-items: center;
}
ul{
    list-style: none;
    text-align: left;
}
li{
    font-size: 25px;
    margin: 35px;
    margin-top: 10px;
}
.imgtabl3{
    width: 320px;
    height: 320px;
}