* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0px;
  font-family: "aptly", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #0F1822;
  background-color: #FFFFFF;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}

.animation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animation svg {
  max-width: 512px;
  width: 100%;
}

.logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo>img {
  width: 200px;
  margin: 50px;
}

h1 {
  font-size: 18px;
  font-weight: 400;
  color: #003088;
}

h2 {
  font-size: 36px;
  font-weight: 400;
}