@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

h1 {
  font: normal normal 600 29px/40px "Domine";
  color: #161615;
  letter-spacing: 0px;
  padding-bottom: 0.5rem;
}

p {
  font: normal normal 300 16px/26px "Domine";
  letter-spacing: 0px;
  color: #161615;
}

b {
  font: normal normal 600 16px/26px "Domine";
}

body {
  /* background-image: url("background.webp"); */
  background-color: #4b281459;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

header {
  text-align: center;
  margin-bottom: 74px;
  margin-top: 128px;
}

.logo {
  max-width: 150px;
  margin-bottom: 2rem;
}

section {
  margin: 0 auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  width: 100%;
  max-width: 812px;
  max-height: 95vh;
  height: fit-content;
  /* max-height: 610px; */
  padding: 48px 15px;
  text-align: center;
  position: relative;
  overflow-y: auto;
}

@media (min-width: 600px) {
  section {
    padding: 48px 48px;
  }
}

section svg {
  width: 178px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.button {
  display: block;
  background-color: #1d1d1b;
  border: 1px solid #1d1d1b;
  width: fit-content;
  margin: 1rem auto 0;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-family: "Domine";
  font-weight: bold;
  color: #fff;
  transition: 0.2s all;
}

.button:hover {
  background-color: #fff;
  color: #1d1d1b;
}

.info-blocks {
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 536px;
  margin: 32px auto 0;
  text-align: left;
}

.info-blocks .block .info {
  margin-bottom: 24px;
}

.info-blocks .block .info p {
  margin-bottom: 0;
  margin-top: 0;
}

.info-blocks .block .info p a {
  color: inherit;
}

.info-blocks .block .open p {
  margin-bottom: 0;
  margin-top: 0;
}

.fun-img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
