*{
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    color: white;
}

body{
    height: 150vh;
    background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
    background-repeat: no-repeat;
    background-size: cover;
}

footer{
    margin-top: 8rem;
}

#Update{
    display: none;
}


