body {
    background-image: url("/assets/bg1.webp");
    background-repeat: repeat;
}

.links {
    display: grid;
}

.links a {
    padding: 20px;
}

.content h1, p {
    font-family:'Playfair Display', serif, serif;
    color: black;
    text-align: center;
}

.content a {
    font-family:'Playfair Display', serif, serif;
    text-align: center;
    font-size: 24px;
    color: #ff82ac;
    padding-bottom: 15px;
}

.content a:hover {
    color: #d80048;
}