@import url('https://fonts.googleapis.com/css?family=Lato:700,900&display=swap&subset=latin-ext');

#logo {
  font-family: 'Lato', sans-serif;
  font-size: 40px;
}

.container {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  width: 100%;
}

a {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: black;
  display:block;
  padding: 10px;
  cursor: pointer;
}

@media (min-width: 768px) {
  #logo {
    font-family: 'Lato', sans-serif;
    font-size: 60px;
  }

  .container a {
    padding: 5px;
  }
}

.cookies {
  margin: auto;
  width: 50%;
}

.right-bottom {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

#teconsent {
  display: none;
}

#CybotCookiebotDialogPoweredbyLink, #CybotCookiebotDialogPoweredbyImage {
  display: none;
}

#CybotCookiebotDialogBodyButtonAccept {
  background-color: #000;
}