@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.container-header{
  background: linear-gradient(9deg, #f90000c9, 50%, #f1e3e3 75%, #ffffff 100%);
}
.site-description {
  font-size: 2rem !important;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
a {
  color: rgb(215, 23, 23);
}