@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Quattrocento+Sans&display=swap');

body {
    font-family: "Quattrocento Sans", serif;
    font-weight: 400;
    font-style: normal;
    background-image:url(parsakaali.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

h1, h2 { 
font-family: "Gloria Hallelujah", cursive;
font-weight: 400;
font-style: normal;
}

.sisalto {
    background-color: rgba(255, 229, 159, 0.973);
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
}