div.cookieConsent
{
  position: fixed;
  background-color: rgb(17,60,109);
  font-family: sans-serif;
  color: gainsboro;
  border-radius: 5px;
  padding: 50px;
  height: auto;
  display: none;
  width: 30%;
  bottom: 5%;
  right: 5%;
  
}

button.cookieConsent
{
  float: right; 
  font-family: sans-serif;
  color: Black; 
  background-color: limegreen; 
  border-radius: 10px; 
  padding-left: 20px; 
  padding-right: 20px; 
  border: none;
  margin-top: 10px;
}
