body {
  background-image: url("background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}


.title {
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'League Spartan', sans-serif;
  color: #325384;
  font-weight: bolder;
  text-align: center;
}

.subtitle {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  color: #325384;
  font-weight: bolder;
}


.img1 {
  border-radius: 50%;
  max-width: 120px;
  height: auto;
}

.img2 {

  max-width: 25px;
  height: auto;
}

.rcorners2 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 60%;
  height: auto;
  margin-top: 7%;
  margin-bottom: 7%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: white;
  background-color: white;
  ;
  font-family: 'Assistant';
  font-size: 17px;
  padding: 30px 50px;
}

@media only screen and (max-device-width: 480px) {
  .rcorners2 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 80%;
    height: auto;
    margin-top: 7%;
    margin-bottom: 7%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: white;
    background-color: white;
    ;
    font-family: 'Assistant';
    font-size: 17px;
    padding: 30px 20px;
  }
}

.justify {
  text-align: justify;
  border: 1px solid red;

}