html,
body {
  display: flex;
  flex-direction: column;
  background-color: white;
  height: 100%;
}

.name {
  display: flex;

  #name {
    font-weight: bold;
    font-family: "1";
    font-size: 70px;
    color: white;
    background-color: #950000;
    padding: 5px 70px 0px 900px;
    text-align: right;
    margin-left: 250px;
    margin-top: 130px;
    border-radius: 70px;
    outline: solid black;
  }

  #pfp {
    border-radius: 50%;
    position: absolute;
    width: 300px;
    height: 300px;
    margin-top: 40px;
    margin-left: 200px;
  }
}

#buttons {
  background-color: rgba(149, 0, 0, 1);
  border-radius: 50px;

  #light-mode {
    display: none;
  }

  #en-lang {
    background-color: transparent;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: white;
  }
}

.contacts {
  background-color: #950000;
  color: white;
  border-radius: 50px 150px 50px 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  text-decoration: none;
  gap: 10%;
}

#buttons {
  margin: 0;
  display: flex;
}

.main {
  flex-grow: 1;
  .dinfo {
    text-align: justify;
    direction: rtl;
    font-size: 30px;
    font-family: "Lateef", serif;
    font-weight: bold;

    .info {
      margin-top: 200px;
      margin-left: 200px;
      margin-right: 200px;
    }
  }
}
/* font import */

@font-face {
  font-family: "1";
  src: url(src/fonts/amiri.ttf);
}

@font-face {
  font-family: "2";
  src: url(src/fonts/BBHBartle.ttf);
}

@font-face {
  font-family: "3";
  src: url(src/fonts/GravitasOne.ttf);
}

@font-face {
  font-family: "4";
  src: url(src/fonts/KdamThmorPro.ttf);
}

@font-face {
  font-family: "5";
  src: url(src/fonts/Ysabeau.ttf);
}

@import url("https://fonts.googleapis.com/css2?family=Lateef:wght@200;300;400;500;600;700;800&display=swap");
