html {
  font-size: 14px;
  background: #2a4966;
  color: white;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon {
  height: 9rem;
  width: 9rem;
  filter: drop-shadow(2px 4px 2px #0000004d);
}

.logo {
  height: 4.5rem;
  width: 25rem;
  filter: drop-shadow(2px 4px 2px #0000004d);
  margin: 1rem 0;
}

h2 {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 400;
  width: 34rem;
  text-align: center;
}

.btn {
  height: 2rem;
  width: 6rem;
  background: #87b2df;
  color: white;
  border: none;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 400;
  margin: 1rem 0;
  cursor: pointer;
  box-shadow: 2px 4px 2px #0000004d;
}

.btn:hover {
  color: #2a4966;
}
