@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Domine&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.bg-image { 
    background-image:linear-gradient(  rgba(255, 255, 255, 0.9),  rgba(255, 255, 255, 0.9) ), url("./Images/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .font-lato {
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
  }
  .font-domine {
    font-family: 'Domine', serif;
  }
  