h1 {
  font-family: "Teko", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
h2 {
    font-family: "Teko", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }
p {
    font-family: "Teko", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }

body{
    background-color: #FF03D0;
    display: flex;
    justify-content: center;
    height: 100vh;
    margin: 0;
}

.inscard{
    background-color: #0331FF;
    color: white;
    padding: 2em;
    border-radius: 30px;
    width: 100%;
    max-width: 420px;
    margin: 1em;
}
