@font-face {
  font-family: baskerville;
  src: url(font.woff);
  font-weight: 400;
}

body,
html {
  height: 100%;
  font-family: baskerville;
  font-weight: 500;
}

@keyframes filling {
  from {
    background-position: center 25%;
  }
  to {
    background-position: center 50%;
  }
}

.container-text {
  color: #000;
  font-weight: 800;
  font-size: 40px;
  margin-top: -35px;
}
