@import url(//fonts.googleapis.com/earlyaccess/notosansethiopic.css);
*{
  margin: 0;
  padding: 0;
  background-color: #efe98d;
}

main{
  color: #1f7b4b;
  height: 100vh;

}
h1{
  font-family: 'Times New Roman', Times, serif;
  font-size: 3rem;
  font-weight: 800;
  padding-top: 1.5em;
  text-transform: uppercase;
}

p{
  font-family: 'Petit Formal Script', cursive;
  font-size: 2rem;
  font-weight: 600;
  padding-top: .5em;
}
#top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background: #000; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#logo {

}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* align-items: center; */

}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* background: rgb(190, 99, 99); */
  padding: 100px 50px;
}

.amharic-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Noto Sans Ethiopic', sans-serif;
  /* background: rgb(88, 64, 64); */
  padding: 50px 50px;
  text-align: center;
}

h1.amharic {
  font-family: 'Noto Sans Ethiopic', sans-serif;
  font-size: 7rem;
  color: #fff;
  padding-top: 90px;
  text-shadow: 3px 5px #000;
}

h2.amharic {
  font-family: 'Noto Sans Ethiopic', sans-serif;
  font-size: 3rem;
  padding-top: 10px;
  text-align: center;
}

p.amharic {
  font-family: 'Noto Sans Ethiopic', sans-serif;
  font-weight: lighter;
  font-size: 2rem;
  padding-top: 0px;
  text-align: center;
}
@media (max-width: 992px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #000;
  }

  h1 {
    text-align: center;
  }

  p {
    text-align: center;
  }
}