.footercopyright {
  font-family: 'opensanseb';
  color: white;
  font-size: small;
  font-weight: bold;
  padding-left: 0px;
}

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .footer .container {
    flex-direction: column;
    text-align: center;
  }
}

div {
}

