body {
  background: #a0d4e0;
  height: 100%;
  color: #1c2a50;
  font-family: Poppins, sans-serif;
  min-height: 100%;
}

img {
  border: none;
}

a {
  text-decoration: none;
}

a:hover,
a:active {
  color: black;
}

img {
  max-width: 100%;
}

.section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  position: relative;
  text-align: center;
}

.col {
  width: 70%;
  float: left;
}

.header {
  line-height: 70px;
  font-size: 60px;
  font-weight: 600;
}

.main-img {
  max-width: 100%;
  max-height: 100%;
}

.main-text {
  font-size: 30px;
  line-height: 34px;
  margin-top: 20px;
}