@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300..900&display=swap');
.square {
   position: absolute;
   width: 98.5%;
   height: 55%;
   background-color: #208250;
   border:2px solid;
   border-radius:10px;
   border-color: #898d8c;
   top: 20%;
   #margin-top: -50%;
}
.rubik-<uniquifier> {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
h2 {
    color: #ffffff;
    font-family: rubik;
    font-size: xxx-large;
    direction: rtl;
    text-align: center;
}
h3{
    color: #ffffff;
    font-family: rubik;
    font-size: xxx-large;
    direction: rtl;
    text-align: center;
}
