.navigation_arrow {
    color: white;
    background-color: rgb(0, 87, 157);
    padding: 0.8em 1.5em 0.8em 1.5em;
}

.navigation_arrow:hover {
    color: rgb(214, 253, 106);
    background: rgb(36, 133, 212);
    cursor: pointer;
}