html {
    background-image: linear-gradient(90deg, cornflowerblue 0%, wheat 50%);
}

body {
    font-family:'Marvel';
    margin: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}

a {
    text-decoration: none;
    color: blueviolet
}
