@font-face {
  font-family: "custom-regular";
  src: url("font/Roboto/Roboto-Light.ttf");
}

@font-face {
  font-family: "custom-bold";
  src : url("font/Roboto/Roboto-Bold.ttf")
}

.body {
  display: block;
  margin: auto;
  padding: 10px;
  color: #03a9f4;
  text-align: center;
}

.header {
  padding: 50px;
  text-align: center;
}

.form {
  padding: 20px;
  text-align: center;
}

iframe {
  margin: auto;
  display: block;
  border-style:none;
}

html {
  font-family: "custom-regular";
}
