.window {
  border-radius: 0;
}

.f-buttons a {
  color: black !important;
  text-transform: uppercase;
  font-weight: 500;
}

h1 {
  font-size: 120% !important;
}
@media (max-width: 575px) {
  h1 {
    font-size: 110% !important;
  }
}
@media (max-width: 325px) {
  h1 {
    font-size: 100% !important;
  }
}
