body{
    background-color: rgb(27, 22, 50);
}

h2{
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: solid white 1px
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 300px;
}

.labelA {
    background-color: rgb(150, 146, 146);
    height: 30px;
    width: 60px;
 }
 
.labelA {
    background-color: rgb(150, 146, 146);
    height: 40px;
    width: 60px;
 }

.in1, .in2, .in3, .in{
    background-color: white;
    height: 30px;
    width: 30px;
}



 .di{
  
    height: 300px;
    width: 150px;
 }

img{
    height: 150px;
    width: auto;
}
     /* 
     .slider:before {
         position: absolute;
         background-color: white;
         height: 25px;
         width: 25px;
         left: 4px;
         bottom: 4px;
         transition: .4s;
     
     }
     
     input:cheked + .slider{
         background-color: grey;
     }
      */