body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #FFF3E6;
}

.ad-container {
  /* width: 400px;
  min-width: 400px; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;  
  min-height: 250px;
}

#ad-image {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}