@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
body{
    width: 100;
    height: 99vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   background: #2A7B9B;
background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(87, 115, 199, 1) 50%, rgba(255, 168, 87, 1) 100%);
font-family: "Google Sans", sans-serif;
}
h1{
    color: antiquewhite;

}
h3{
    color: antiquewhite;
    font-style: italic;
}