body {
    background-color: beige;
}

.switch {
    display: flex;
   background-color: dimgray;
   /* width: 50%; */
   
}

.switch:hover {
    transform: translateY(-5px);
}

.center {
    text-align: center;
}
