@import url("styles/navbar.css");
@import url("styles/footer.css");
@import url("styles/buttons.css");
@import url("styles/header.css");
body {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  background-color: black;
  /*height: 300vh;*/
  font-family: Rubik;
  display: flex;
  flex-direction: column;
}
/*
.main-container {
  position: relative;
  min-height: 100vh;
}
*/
html {
  min-width: 250px;
}


#rgpd-banner {
  border-top: 1px solid #BFCA30;
  background-color: rgba(0, 0, 0, 0.85);
  height: 180px;
  width: 100vw;
  position: fixed;
  bottom: 0;
  text-align: center;
  z-index: 9999;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#rgpd-link a {
  color: #BFCA30;
  font-size: 18px;
  text-decoration: none;
}

#rgpd-text {
  margin-top: 20px;
  font-size: 18px;
}
#rgpd-accept {
  border-radius: 8px;
  width: 120px;
  background-color: #BFCA30;
  padding: 10px 20px;
  text-align: center;
  align-self: center;
  margin-bottom: 10px;
}

#rgpd-accept:hover {
  background-color: #CFDB41;
}

@media (min-width: 1080px) {
  #rgpd-link a {
  font-size: 25px;
  }

  #rgpd-text {
  font-size: 25px;
  }

  #rgpd-accept {
  font-size: 25px;
  width: 180px;
  }
}
