.copyright {
  background-color: rgb(49,55,58);
  height: 60px;
}

.content {
  margin: auto;
  width: 100%;
  border: none;
  color: white;
  text-align: center;
  height: inherit;
  padding-top: 15px;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

