@import url('https://fonts.googleapis.com/css2?family=PT+Sans&family=Poppins:wght@600&display=swap');

body{
    background-color: #4070d5;
    max-width: 80vw;
    height: 90vh;
}

h1{
    color: #fff;
    font-size: 3rem;
    text-align: center;
    margin-top: 5%;
    display:block;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

.arrow{
    max-width: 100%;
    max-height: 100%;
    
    left:15%;
    top:5%
}