@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

body {
    background-color: #000;
}

.wiptext {
    font-family: 'Inter', sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.wiplink {
    font-family: 'Inter', sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
}

.wiplink:hover {
    color: blue;
}