body {
    margin: 0;
}

a {
    text-decoration: none;
    color: #66aed7;
}

a:hover {
    text-decoration: underline;
}

button:hover {
    cursor: pointer;
}

.d-none {
    display: none;
}