body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
}

a, a:visited {
    text-decoration: none;
    transition: all 0.25s;
    color: rgb(87, 87, 255);
}

a:hover {
    text-shadow: 0px 0px 8px rgba(87, 87, 255, 0.3);
}

h3 {
    margin: 6px 0px;
}