@font-face {
  font-family: Porter;
  src: url('../css/fonts/Porter Deco');
}
@font-face {
  font-family: Trojan;
  src: url('../css/fonts/ofont.ru_Trajan');
}
@font-face {
  font-family: greca;
  src: url('../css/fonts/ofont.ru_greca');
}
@font-face {
  font-family: Nunito;
  src: url('../css/fonts/ofont.ru_Nunito');
}
@font-face {
  font-family: CenturyOldStyle;
  src: url('../css/fonts/ofont.ru_AG_CenturyOldStyle');
}
@font-face {
  font-family: MonUniver;
  src: url('../css/fonts/ofont.ru_Mon_University');
}
@font-face {
  font-family: Noah;
  src: url('../css/fonts/ofont.ru_Noah');
}
@font-face {
  font-family: Zekton;
  src: url('../css/fonts/ofont.ru_Zekton');
}@font-face {
  font-family: Niagara;
  src: url('../css/fonts/NIAGSOL');
}
p{
  font-family: 'Noah';
  font-size: 1.25rem;
  text-indent: 35px;
}
label{
  font-family: 'Noah';
  font-weight: bolder;
}
form{
  border-radius: 5px;
  border: 1px dashed gray;
  padding:20px;
  height: 100%;
  margin: 0px;
  

}
.form-control{
  border:1px dotted gray;
  
}
.domm{
  display: flex; 
  align-items: center;
  justify-content: center; 
  flex-flow: column;
  min-height: 50px; 
  width: 100%; 
  
  font-family: "Niagara";
  background-color: #fbefd6;
  font-size:50px;
  border: 7px solid white;

}
.domm h4{
  font-size: 2rem;
  margin-left: 20px;
}
.domm hr{
  padding: 0px;
  margin: 0px;
  height: 3px;
  background-color: white;
  width:100%;
  
}