@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
   background: #fff;
   font-size: 18px;
   font-family: 'Roboto', sans-serif;
}

/* Update Me !!! *** */
header {
   background-image: linear-gradient(to right,#203864 0%,#517ed0 100%) !important;
}

nav.block-menu {
   border: none;
}

.site-footer {
   background: #fff;
}

#consent:link, #conset:visited {
  background-color: #203864;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

#consent:hover, #conset:active {
  background-color: #2F5597;
}