body {
  background-attachment: fixed;
  background: url("../assets/infoway.png") no-repeat 50% 10%, url("../assets/bg-body.png"); }

.container {
  width: 60%;
  padding: 5px 0;
  margin-top: 80px; }
  @media only screen and (max-width: 769px) {
    .container {
      width: 96%; } }
  .container h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .container h1 a {
      font-size: 0.5rem; }
  .container a {
    font-weight: bold;
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #2383c4; }
    .container a:hover {
      color: #1b6699; }
    .container a:active {
      color: #14496d; }
