
body {
    font-family: "Lato", sans-serif;
  }

 a {
    text-decoration: none;
    padding: 0.3rem;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.8rem;
    color: mediumblue;
    border: 1px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
 }

.event {
    background-color: rgb(234, 218, 199) !important;
}

.product {
    background-color: rgb(204, 237, 215) !important;
}
