
body{
  margin: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #297CA0;

}

hr{
  border-style: outset;
  border-color: #C7FFD8;
  border-width: 6px;
  width: 8%;
  margin: 50px auto;
}

a{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #04009A;
  margin: 10px 20px;
  text-decoration: none;
}

a:hover{
  color: #C7FFD8;
}

h1{
  margin: 50px auto 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  color: #1CC5DC;
}


h2{
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: #1CC5DC;
  font-weight: normal;
  padding-bottom: 0;
}

h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #1CC5DC;
}

p{
  line-height: 2;
}

.top{
  background-color: #F6F6F6;
  position: relative;
  padding-top: 50px;
  line-height: 2;

}


.top-cloud{
  height: 250px;
  padding: 0 0 0 50px;
  right: 40px;
  top: 50px;
}

.bottom-container{
  padding: 50px 0 20px;
  background-color: #1CC5DC;
}

.copyr{
  color: #F6F6F6;
  font-size: 0.75rem;
  padding: 20px 0;
}


.BUTTON_PSQ {
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   color: #F6F6F6;
   font-family: 'Montserrat', sans-serif;
   font-size: 20px;
   font-weight: 100;
   padding: 20px;
   background-color: #04009A;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   margin-bottom: 50px;

}

.BUTTON_PSQ:hover {
   color: #04009A;
   background: #C7FFD8;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   text-decoration: none;
}
