* {
    transition: all 0.3s;
}
html {
    background-image: url('../assets/bg.svg');
}
a:hover {
    color: #5865f2 !important;
}
a.button:hover {
    color: #ddd !important;
}