h1 {
    font-family: "Parisienne", serif;
    font-size: 70px;
    text-align: center;
}

.right {
    float: right;
}

.text {
    text-align: right;
}

.center {
    text-align: center;
}

a:hover {
    color: rgb(236, 77, 164);
    text-decoration: none;
}

a:link {
    color: rgb(248, 66, 233); /* Sets the color of unvisited links */
}

a:visited {
    color: rgb(233, 117, 181); /* Sets the color of visited links */
}

.bigger {
    font-size: 28px;
}

body{
    background-image: linear-gradient(to bottom, rgb(195, 233, 255), rgb(92, 195, 255), rgb(48, 178, 253));
    cursor: url('Cursor.png'), auto;
}

a:hover {
    cursor: url('Cursor-click.png'), pointer;
}