html,
body {
  height: 100%;
}

@font-face {
  font-family: "Montserrat", sans-serif;
  src: url(/css/Contl.ttf);
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial;
}

div#content {
  width: 70%;
  height: 304px;
  margin: 0 auto;
  clear: both;
  position: relative;
  top: 25px;
}

img {
  max-width: 40%;
}

h1 {
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  margin-top: 0px;
}

h1 .logo {
  max-width: 700px;
  height: auto;
  padding-left: 0;
  margin: 0;
  margin-top: 25px;
}

p {
  text-align: center;
  line-height: 4.25rem;
  font-size: 40px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  src: url(/css/Contl.ttf);
  margin-bottom: 50px;
}

a.href {
  text-align: center;
}

p.info {
  font-size: 40px;
  color: #4d4d4d;
  text-align: center;
}

/* ***************** */

.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 20px;
  border-radius: 50%;
}

.fa:hover {
  background: #787c82;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24), 0 8px 20px 0 rgba(0, 0, 0, 0.19);
}

.fa-facebook {
  background: #3c434a;
  color: white;
}

.fa-instagram {
  background: #3c434a;
  color: white;
}

@media only screen and (max-width: 600px) {
  p {
    font-size: 20px;
    line-height: 2.25rem;
  }
  div#content {
    width: 100%;
  }

  img {
    max-width: 60%;
  }
}
