@font-face {
  font-family: 'yekan';
  src: url('https://saramadhrd.com/yekan/Yekan.woff') format('woff'), url('https://saramadhrd.com/yekan/Yekan.woff2') format('woff2');
}

.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #000a35;
}
.home-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0);
  border-style: dashed;
  border-width: 2px;
}
.home-image {
    width: 250px;
    height: 250px;
  object-fit: cover;
}
.home-container2 {
  width: 100%;
  height: 63px;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0);
  border-style: dashed;
  border-width: 2px;
}
.home-container3 {
  width: 100%;
  height: 155px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-text {
  color: rgb(255, 255, 255);
  font-family:yekan;
}
.home-container4 {
  width: 200px;
  height: 43px;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0);
  border-style: dashed;
  border-width: 2px;
  flex-direction: column;
}
.home-link {
  width: 127px;
  height: 50px;
  text-decoration: none;
}
