@font-face {
  font-family: myFirstFont;
  src: url(../font/Gotham-Book.otf);
}

html * {
  font-family: myFirstFont;
}

pre {
     white-space: pre-wrap;       /* css-3 */
     white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.content {
  max-width: 600px;
  margin: auto;
}
.content_tarbiyat {
  max-width: 600px;
  margin: auto;
  font-size: 16px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: white;
}

.content_login {
  max-width: 600px;
  margin: auto;
  font-size: 16px;
  padding-right: 50px;
  padding-left: 50px;
}



.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.button {
  background-color: #4f7cfe;
  /* Green */
  border: none; 
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
}

.button1 {
  color: white;
}

.button1:hover {
  background-color: white;
  color: #4f7cfe;
  border: solid 1px;
}