#select{
    background:transparent;
    height: 55px;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
    color: gray;
    border-color: rgb(66, 65, 65);
    margin-top: 10px;
    padding: 10px;
    

}
#select:active{
    border-color:#318CE7;
    animation-duration: 5ms;
}
#select option{
    background: gray;
    color: white;
    border-radius: 10px;
}