* {
  box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

html,
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 2rem;
  background-color: #e2e2e2;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}
.text-center {
  text-align: center;
}
.lexend-400 {
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}
.lexend-700 {
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
}
.lexend-italic-300 {
  font-family: 'Lexend', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-optical-sizing: auto;
}
.lexend-italic-400 {
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-optical-sizing: auto;
}

.cgp-logo {
  width: 100%;
  max-width: 250px;
}
