body {
    background-color: #333;
    color: white;
    width: 80%;
    margin: auto;
}

h1 {
  font-family: "Libre Baskerville", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 1.7rem;
}

h2 {
  font-family: "Raleway", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1.5rem;
}


h3 {
  font-family: "Raleway", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1rem;
}

h4 {
  font-family: "Raleway", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
}

p {
  font-family: "Raleway", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  
}

a, a:hover, a:link, a:visited {
  font-family: "Raleway", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 18px !important;
  color: #fff;
  cursor: pointer;
}


.icon {
  height: 30px;
  margin-right: 3px;
}

.news-cards {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: auto;
    gap: 10px;
}

.news-cards a {
    text-decoration: none;
}

.card {
    max-width: 90vw;
    margin: 10px;
    text-align: center;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.card {
    width: 400px;
    height: 300px;
}

.card-image {
    height: 250px;
    width: 100%;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
}

.flag {
  margin-left: 10px;
}

@media (min-width: 770px) {
  p {
   font-size: 18px !important;
  }
}