a {
  color: #13456d;
  font-weight: 600;
}

a:hover { text-decoration: none; }

body {
  background-color: #fff3e4;
  color: #150a04;
  font-family: 'Zalando Sans', sans-serif !important;
  font-size: 16;
  margin: 5% 10%;
  padding: 0;
}

h1, h2, h3, h4 {
  font-family: 'Zalando Sans Expanded', sans-serif;
}

.centered {
  margin: 30px 0;
  text-align: center;
  width: 100%;
}

.sender-form-field {
  margin: auto;
  text-align: left;
  width: fit-content;
}
