.overlay {
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;

    padding: 8px;
}

.user { 
    position: fixed;
    top: 4px;
    right: 4px;
    z-index:1000;
    color: white;
    border-radius: 55px;
    padding-block: 5px;
    padding-inline: 25px;
}

select option {
    margin: 40px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
