﻿

html, body {
    margin: 0px;
    padding: 0px;
    direction: rtl;
}

.container {
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
    width:calc(100% - 15vw);
    margin-right:auto;
    margin-left:auto;
}

.blueColor {
    color: #0000ff;
    font-weight:bold;
}
.newLine {
    padding-bottom:20px;
}
h1 {
    font-size:18pt;
}
p {
    font-size:12pt;
}
.mobileImage {
    width: 342px;
    display: inline-block;
    margin-bottom: 20px;
}
.ateyeImage {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid silver;
}
.ateyeTitle {
    font-weight: bold;
    margin-top: 20px;
    display: block;
    color: black;
    font-size:16pt;
}