@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap');

body {
  background: #F0F1E3;
  font-family: 'Manrope', 'Helvetica Neue', sans-serif;
  color: #382244;
}
a { color: #382244; text-decoration-color: #B9986C; }
a:hover { color: #B9986C; }

.container { max-width: 600px; margin: 60px auto 15px auto; }
.wrap {
  background: #FFFFFF;
  border: none;
  border-top: 5px solid #B9986C;
  border-radius: 24px;
  box-shadow: 0 14px 44px rgba(56,34,68,.10);
  padding: 44px 40px;
}
.header { border-bottom: none; margin-bottom: 24px; padding-bottom: 0; }
.header .logo img { max-width: 150px; }

h2 { font-family: Georgia, 'Times New Roman', serif; color: #382244; font-weight: 700; }

.button {
  background: #382244;
  border-radius: 14px;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
}
.button:hover { background: #B9986C; color: #382244; }

footer.container { color: #9587BB; }
footer a { color: #9587BB; }
footer a:hover { color: #382244; }
