button[type="submit"] {
    opacity: 90%;
    background-color: #178bcd;
    color: white;
    box-shadow: 2px 2px 2px rgba(85, 82, 82, 0.432);
}

button[type="submit"]:hover {
    opacity: 100%;
    color: white;
}

a {
    color: #178bcd;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(182, 181, 181);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
