.header{
    margin: 0;
    background-color: #EEE;
}

.mainbody{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.recl{
    margin: 50px;
    width: 300px;
    font-size: 4vw;
}

h1{
    font-size: 48px;
    text-align: center;
    color: blue;
    padding: 10px 0;
}

h2{
    font-size: 36px;
    text-align: center;
    padding: 10px 0;
}
p{
    padding-left: 5px;
}

.recl img{
    width: 300px;
}

.bukva_p{
    font-family: Tahoma;
    font-size: 96px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    position: absolute;
    height: 112px;
    width: 72px;
    left: 15px;
    top: 8px;

}

.posid{
    position: absolute;
    height: 29px;
    width: 156px;
    left: 82px;
    top: 41px;
    font-family: Tahoma;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
}

.psl01{
    position: absolute;
    height: 29px;
    width: 23px;
    left: 46px;
    top: 67px;
    border-radius: nullpx;
    font-family: Tahoma;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
}

.psl02{
    position: absolute;
    height: 29px;
    width: 202px;
    left: 82px;
    top: 67px;
    border-radius: nullpx;
    font-family: Tahoma;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
}

@media only screen and (max-width: 640px) {
.recl{
    margin: 10px;
    width: 260px;
}
}



