
#myModal{
    width: 30%;
    margin-left: 35%;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    display: none;
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 150px;
    overflow: auto; 
}

.modal-content img{
    margin-top: 20px;
}

  .modal-content {
    background-color: #fefefe;

    padding: 20px;
    border: 1px solid #888;
  }
    .modal-content .close {
      color: #aaa;
      font-size: 28px;
      font-weight: bold;
    }
    .close:hover{
        color: black;
  text-decoration: none;
  cursor: pointer;
      }
      .close:focus{
        color: black;
  text-decoration: none;
  cursor: pointer;
      }
    
      .lang{
        margin-top: 5px;
        margin-left: 15px;
      }

      @media screen and (max-width: 600px)  {
        #myModal{
          width: 90%;
          margin-left: 5%;
      }
      .lang{
        margin-top: 5px;
        margin-left: 0;
      }

      }
