.copyright {
    
  width: 100%;
  bottom: 0px;
  /*background-color: rgb(12,15,12);*/
  height: 60px;
  /*background-image: linear-gradient(180deg,#034aa6 10%,#035aa6);*/
}

.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;
}

.text {
  color: #fff;
}

a:hover {
  color: #fff;
}

