.watermark {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;

  font-size: 15px;
  color: white;
  text-align: center;

  a {
    color: #15f5ba;
    font-weight: bold;
  }

  img {
    margin-left: 5px;
    height: 30px;
  }
}