body
{
background-color: white;
color: #334c5b;
font-family: "Comfortaa", "Calibri,";
font-size: 16px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100vh;
margin: 0;
text-align: center;
}

.container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.centered-image{
    width: 100%;
    max-width: 700px;
    height: auto;
    margin-bottom: 0;
}

.text-row{
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.text-cell{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    flex: 1;
    min-width: 150px;
}


a:link {
    color: #334c5b;
    text-decoration: none;
}
a:visited {
    color: #334c5b;
    text-decoration: none;
}
a:hover {
    color: #f2990c;
    text-decoration: none;
    cursor: crosshair;

}
a:active {
    color: #3a87b6;
    text-decoration: none;
}

.p1:hover{
    color: #f2990c;
    text-decoration: none;
}
span.rev {
    unicode-bidi: bidi-override;
    direction: rtl;
}
span.rev.e:before{
    content: "es.bawgn@suil";
}
span.rev.e:after{
    content: ".nomis";
}
span.rev.p:before{
    content:"44 15 ";
}
span.rev.p:after{
    content:" 37 64+";
}
