@font-face {
	font-family: "montserrat";
	src: url(montserrat.ttf);
}
@font-face {
	font-family: "flat";
	src: url(flat.ttf);
}

* {
  margin: 0;
  padding: 0;
}

body, html {
  margin: 0;
  font-family: "montserrat", "flat";
}

sub {
  color: #fff;
  font-size: 0.7em;
}
.button-area-line {
  margin: 10px auto;
  display: -webkit-box;   
  display: -moz-box;  
  display: -ms-flexbox; 
  display: -webkit-flex; 
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}

p {
  font-size: 2em;
}

  a {
   background: #0066E9;
    padding: 1em;
    font-size: 0.9em;
    margin: .2em;
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-align: center;
    border-radius: 12px;
  }

  .azize {
    background: #0066E9;
    padding: 1em;
    font-size: 0.9em;
    margin: .2em;
    color: #fff;
    text-decoration: none;
    flex-grow: 1;
    text-align: center;
    border-radius: 12px;
  }

  .aziz {
  width: 100%;
  height: 80vh;
  }
 
   strong {
     color: #0066E9;
   }

   h2 {
    font-size: 2em;
    color: #0066E9;
    text-align: center;
  }

  h3 {
    font-size: 1em;
    color: #0066E9;
    text-align: center;
  }

hr {
  height: 5px;
  background-color: #0066E9;
  border: none;

}