* {
  box-sizing: border-box;
  font-family: Poppins, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue",  Arial, sans-serif;
  margin: auto;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsla(223.8202247191011,62.237762237762226%,28.03921568627451%,1);
  color: rgb(231,232,233);
  padding: 200px 20px;
}

a {
  color: rgb(231,232,233);
}

.container {
  width: 100%;
  max-width: 800px;
}

.message {
  margin: 20px 0px;
}

.message .thank-you {
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-size: 44px;
}

.message.en .thank-you {
  font-size: 32px;
}
.message.en {
  font-size: 0.9em;
}

.signature {
  margin-top: 15px;
}

.logo {
  text-align: center;
}
.logo img {
  width: 250px;
  margin-bottom: 20px;
}

