main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
}

body, html {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

* {
   box-sizing: border-box;
}


h1 {
    color: #708090;
    
}