body {
    background-color: black;
    background-image: url("https://cdn.punctuationn.com/main/bg.webp");
}

h1 {
    color:white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 3rem;
}

.title {
    color:white;
    font-family: 'Times New Roman', sans-serif;
}

.links {
    text-align: center;
    margin-top:-75px;
}

.links h3 {
    font-size: 3rem;
}

.links a {
    color: white;
}