
h1 {
   font-family: Ubuntu;
   font-size: 3.5rem !important;
   width: 80%;
   padding-left: 20%;
   line-height: 1.5 !important;
   text-align: center;
   color: #FFFFFF;
}

h5 {
  font-family: Montserrat;
  font-weight: lighter;
  color: #FFFFFF;
  padding-top: 3%;
}

span {
  color: #f6f078;
}

a {
  text-decoration: none !important;
}
/* Left Side of the Page */

.note-text {
 color: black;
  font-weight: bold;
}


.leftcol {
  background-color: #c93838;
  height: 1100px;
  text-align: center;
  padding-top: 50px;
}

.feedback-img {
  padding-top: 10%;
  width: 50%;
  padding-bottom: 5%;
  /* border-radius: 25%; */

}

/* Right Side of the column which contains the form */

.feedback-form {
  font-family: Montserrat !important;
  font-weight: bold;
  /* width: 50%; */
  font-size: 15px;
  padding-top: 50px;
  padding-left: 18%;
}

.feedback-text {
  font-size: 15px !important;
  font-weight: lighter !important;
}
