@charset "utf-8";
.title_message{
  font-size: 23px;
  font-weight: 500;
}
.title_sub_message{
  font-size: 19px;
  font-weight: 400;
}
.statement{
  font-size: 16px;
  width: 510px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tip{
  font-size: 13px;
}
.contact{
  font-size: 15px;
  line-height: 2;
  font-weight: 100;
}
.address{
  color: black;
}
.link{
  font-size: 20px;
  margin-top: 15px;
}
.click{
  color: #85023e;
  text-decoration: none;
}

.documents{
  font-size: 16px;
  border: 1px solid black;
  list-style: none;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 100px;
}
.title_docs{
  font-weight: 500;
  margin-top: 3px;
  margin-bottom: 5px;
}
.documents a{
  text-decoration: none;
  color: #85023e;
}
.documents a:hover{
  color: #85023d86;
}
.footer{
  margin-top: 50px;
  position: fixed;
  bottom: 0;
  width: 95%;
}

@media (max-width: 634px) {
  .title_message{
    font-size: 3%;
  }

  .statement{
    width: 95%;
  }
  .tip{
    font-size: 2%;
  }
}