@charset "UTF-8";


.termsLink {
  margin-top: 60px;
  @media screen and (max-width: 750px) {
    margin-bottom: 20px;
  }
}
.termsLink ul {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 14px;
}
.termsLink ul li {
  margin: 0 1em;
}
.termsLink ul li a {
  color: white;
}
.termsLink ul li a:visited {
  color: gray;
}
.termsLink ul li a:hover { 
  opacity: 0.5;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

