.body {
    height: 100vh;
    background-image: linear-gradient(to bottom right, #511a97ff, #f74983b1);
    text-align: center;
    font-family: monospace;
    color: white;
}

.body h1 {
    font-size: 50px;
    padding-top: 3em;
}

.body a {
    color: white;
    font-size: 20px;
}
