body {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  width: 100vw;
  height: 100vh;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: white;
  flex-direction: column;
}

p {
  font-weight: 700;
  font-size: 24px
}

button {
  background-color: #5CDEFF;
  color: black;
  border: none;
  font-size: 16px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 8px;
  border-radius: 99px;
  cursor: pointer;
  transition: 0.1px;
}

button:hover {
  background-color: #61FFCD;
}
