@font-face {
    font-family: 'rainy';
    src: url(/rainyhearts.ttf);
}

body {
    background: black;
    font-family: 'rainy';
    color: rgb(255, 0, 98);
}

.content {
    width: 200px;
}

a, a:visited {
    color: rgb(255, 0, 98);
}

a:hover {
    color: black;
}