* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  /* overflow: hidden; */
}

body {
  width: 100%;
  height: 100%;
  font-family: Helvetica;
  /* overflow: auto; */
}

img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.simple-post-title a{
  color: #212529;
  font-size: 15px;
  font-family: "HelveticaBold";
}

/* COOKIES BOX */
.cc-window{
  border-radius: 25px!important;
  box-shadow: 0px 0px 60px #000000;
}
.cc-message{
  font-family: var(--poppins-semibold);
  font-weight: 500;
}
.cc-compliance a{
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 18px;
  text-decoration: unset;
}

.news-title {
  color: #000000 !important;
  font-family: "HelveticaBoldItalic" !important;
  font-size: 15px;
  box-shadow: none;
}