* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Montserrat", Arial, sans-serif;
}

body {
  min-height: 100vh;
}

#i5kf {
  background-image: url("background.JPG");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: scroll;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}

.main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-grow: 1;
  margin-left: 50px;
  margin-top: 50px;
}

#itv7 {
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 60px;
  display: block;
}

#is7xi {
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
  background-color: rgba(6,6,6,0.12);
  border: 2px solid #ffffff;
  max-width: 170px;
  height: 50px;
  text-decoration: none;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, color 0.3s;
}

#is7xi:hover {
  background-color: rgba(255,255,255,0.35);
  color: #222;
}

#ik3ev {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 35px;
  width: 100%;
}
