/*body {*/
/*  padding: 50px;*/
/*}*/

.row {
  display: flex;
  margin-top: 50px;
  margin-left: 25%;
  margin-right: 25%;

}

.column {
  flex: 50%;
}

.bottom {
  position: fixed;
  bottom: 50px;
}

p {
  font-family: "Ysabeau", sans-serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
}

h1 {
  font-family: "Ysabeau", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

span:lang(ur) {
  font-family: "Noto Sans Arabic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


html, body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-family: 'EB Garamond', serif;
}

a {
  color: #2a64dc;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}
