selector > div {
padding: 20px;
border: 1px solid white;
margin: 0;
}
selector {
padding: 10px!important;
background-color: #3b5346;
display: flex;
flex-direction: column;
align-items: normal;
justify-content: stretch;
border-radius: 2em 2em 2em 2em;
margin-top: 20px;
}
selector:hover {
background-color: #0c0d0e;
}