body {
  background-image: url(30.jpg);
  background-size: cover;
  /* background-color: white; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}

p {
  border-top: 1px solid #000;
  text-align: center;
  padding-top: 40px;
  font-size: 40px;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

h1 {
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}

.small {
  font-size: 16px;
  line-height: 1.5;
  border-top: none !important;
  padding-top: 0 !important;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.coming-soon {
  font-family: 'Times New Roman', Times, serif;
}