body {
  background: url('./images/home.background.jpg'); center center fixed; 
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  color: #fff;
  padding: 25px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

foot {
  float: right;
  text-align: right;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center
}

.text {
  font-size: 12px;
  padding-left: 20px;
}


.topnav {
  overflow: hidden;
  background-color: #707070;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
}

.topnav a:hover {
  background-color: #1ede4c;
  color: white;
}

.topnav a.active {
  background-color: #ca79b5;
  color: white;
}


.button {
  background-color: #ca79b5;
  color: white;
  border: none;
  border-radius: 0px;
  color: white;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 26px;
  margin: 4px 2px;
  transition-duration: 0.2s;
  cursor: pointer;
}

.button:hover {
  background-color: #1ede4c;
  color: white;
}

.btn {
  background-color: #4148ff;
  border: none;
  color: white;
  padding: 7px 12px;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.2s;
  cursor: pointer;
}

.btn:hover {
  background-color: #1ede4c;
}

.horizontal-18 {
  margin: 0;
  position: absolute;
  left: 18%;
}



.horizontal-35 {
  margin: 0;
  position: absolute;
  left: 35%;
}
