.main {
  background-color: #FEF5F5;
}
.margin-top-small {
  margin-top: 10px;
}
.margin-top-medium {
  margin-top: 20px;
}
.margin-top-big {
  margin-top: 40px;
}
#myTextArea {
  background-color: #FEF5F5;
  border-color: red;
  border-radius: 5px;
  padding: 20px 20px 0 20px;
  width: 99%;
}

.afdName {
  font-size: 32px;
}

.beloeb {
  font-size: 82px;
}

@font-face {
font-family: 'Gotham-Medium';
src: url('OpenType/Gotham-Medium.otf');
}
@font-face {
font-family: 'Gotham-Black';
src: url('OpenType/Gotham-Black.otf');
}
@font-face {
font-family: 'Gotham-Bold';
src: url('OpenType/Gotham-Bold.otf');
}
