body{
  margin: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #297CA0;

}


h1{
  margin: 50px auto 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
  color: #46185F;
}


h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: #46185F;
  font-weight: normal;
  padding-bottom: 10px;
}


h3{
  font-family: 'Montserrat', sans-serif;
  color: #297CA0;
}

a{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #46185F;
  margin: 10px 20px;
  text-decoration: none;
}

a:hover{
  color: #B9E937;
}

hr{
  border-style: dotted none none none;
  border-color: #B9E937;
  border-width: 6px;
  width: 4%;
  margin: 50px auto;
}

p{
  line-height: 2;
}

.top{
  background-color: #F5F5F5;
  position: relative;
  padding-top: 50px;
  line-height: 2;

}


.middle-container{
  margin: 50px 0;
}

.me{
  width: 30%;
  margin: auto;
}

.Discuss{
  width: 40%;
  margin: 40px auto 60px;

}

.bottom-container{
  padding: 50px 0 20px;
  background-color: #297CA0;
}

.copyr{
  color: #F5F5F5;
  font-size: 0.75rem;
  padding: 20px 0;
}

.top-cloud{
  height: 250px;
  padding: 0 0 0 50px;
  right: 40px;
  top: 50px;
}

.BUTTON_PSQ {
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   color: #F5F5F5;
   font-family: 'Montserrat', sans-serif;
   font-size: 20px;
   font-weight: 100;
   padding: 20px;
   background-color: #46185F;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   margin-bottom: 50px;

}

.BUTTON_PSQ:hover {
   color: #46185F;
   background: #B9E937;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   text-decoration: none;
}
