@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap');

body {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='960' preserveAspectRatio='none' viewBox='0 0 1440 960'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1018%26quot%3b)' fill='none'%3e%3crect width='1440' height='960' x='0' y='0' fill='rgba(239%2c 239%2c 239%2c 1)'%3e%3c/rect%3e%3cpath d='M 0%2c229 C 96%2c234.8 288%2c274.4 480%2c258 C 672%2c241.6 768%2c108.8 960%2c147 C 1152%2c185.2 1344%2c388.6 1440%2c449L1440 960L0 960z' fill='rgba(36%2c 84%2c 152%2c 1)'%3e%3c/path%3e%3cpath d='M 0%2c908 C 96%2c836.4 288%2c561.8 480%2c550 C 672%2c538.2 768%2c818.2 960%2c849 C 1152%2c879.8 1344%2c733 1440%2c704L1440 960L0 960z' fill='rgba(22%2c 98%2c 181%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1018'%3e%3crect width='1440' height='960' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
background-size: cover;
backrground-repeat: no-repeat;
background-position: bottom;
height: 100vh;
}

#main-container {
  padding: 35vh 0vh;
}

.content {
  display: block;
  margin: 0 auto;
  max-width: fit-content;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0;
}

p, span {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin: 0;
}

img {
  max-width: 120px;
  display: block;
  margin: 0 auto;
}
