a { text-decoration: none }

body {
  background: url("../img/bg-1.jpeg") no-repeat center center;
  background-size: cover;
  height: 100vh;
}

.content-container {
  height: 100%;
  padding-bottom: 100px;
}

.rrss-container {
  background-color: rgba(0, 0, 0, 0.075);
  padding: 15px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85px;
}

  .rrss-container p {
    margin-bottom: 5px;
    font-size: 14px;
  }

.rrss-button--fb {
  margin-right: 10px
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
