body{
  background-color: #232323;
  text-align: center;
}
div {
  border-radius: 25px;
  background: #2E3440;
  padding: 20px; 
  width: 10%;
  height: 50%;
  display: inline-block;
  cursor: pointer;
}
