.menu{
    background-color: #222529;
    border-radius: 5px;
    border: 0.5px solid rgba(142, 139, 139, 0.344);
    z-index: 1000;
}

.attachment{
    height: 100px;
    width: 200px;
    padding: 10px;
 
}
.attachment__item{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.attachment__item:hover{
  opacity: .7;
  background-color: #222529;
  cursor: pointer;
}