.body {
  height: 100vH;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Montserrat", "Arial", sans-serif;
  color: #2f3345;
  margin: 0; }

.h1 {
  font-weight: 900; }

.main {
  background-color: #f0f3ff;
  border-radius: 64px;
  max-width: 90%;
  flex-grow: 1;
  padding: 64px;
  margin: 32px auto;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.logo > svg {
  width: 400px;
  max-width: 90%; }
