*{
  background-color: #b5d9ff;
  color: #244d78;
  font-family: 'Kanit', sans-serif;
  margin-right: 20px;
  margin-left: 20px;
}

img {
    max-width: 100%; /* Ensures the image doesn't exceed its container */
    height: auto; /* Maintains the image's aspect ratio */
    display: block; /* Ensures no extra space is added beneath the image */
}

h1{
  text-align: center;
}

a, p{
  background-color: #b5d9ff;
}
.space{
  margin-bottom: 40px;
}

.ticket{
  width: 500px;
  display: block;
  border-radius: 15px;
  border: 2px solid #244d78;
}

.small-pic{
  width: 300px;
  display: block;
  border-radius: 8px;
  margin: 20px;
}

.mids-pic{
  width: 500px;
  display: block;
  border-radius: 8px;
  margin: 20px;
}

.article{
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}

.text{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  font-style: none;
  width: 500px;
}