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', Times, serif;
    font-size: 5rem;
}

.links {
    text-align: center;
    margin-top:-75px;
}

.links h3 {
    font-size: 3rem;
}

.links a {
    color: white;
}

.mail {
    position: bottom;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
}