.navbar-top {
    top: 0;
    right: 0;
    width: fit-content;
    float: right;
}

.navbar-top a {
    background: darkgray;
    color: black;
    border-radius: 10px;
    display: block;
    text-align: center;
    padding-top: 6px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 6px;
    text-decoration: none;
    font-size: 14px;

}

.navbar-top a:hover {
    background: whitesmoke;
    color: black;
}
