body {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    text-align: center;
  }
  
  .container {
    border: 1px solid white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 2px ;
  }
  
  .info {
    font-size: 40px;
  }
  
  .push {
    font-size: 50px;
  }
  
  img {
    width: 300px;
    position: fixed;
    left: 220px;
    top: 160px;
    transform: rotate(90deg);
  }