* {
    font-family: "Futura";
}

button {
    cursor: pointer;
}

.backbutton {
    background-color: #FFF;
    font-size: 15pt;
    color: #223979;

    padding-inline: 18px;
    padding-block: 18px;

    border-radius: 50px;
    border: none;

    transition: all .5s;

    text-decoration: none;
    text-align: center;
}

.backbutton:hover {
    transform: scale(1.1);
}

.blue-hl {
    color: #6CD4FF;
} 

.red-hl {
    color: #ff0000;
} 

.pink-hl {
    color: #FF7CFF;
} 

.lightpink-hl {
    color: #FFB8FF;
} 