@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');
body,html {font-family: 'Handlee', cursive; font-size: 26px;}
a {text-decoration:none; color: #242424;}
h1,h2,h3 {font-family: 'Josefin Sans', sans-serif;}
.small {font-size: 16px;}
.header {
background-image: url('/assets/img/notes/mesinkasirbgwhite.webp');
background-repeat: no-repeat;
background-position: center; 
background-size: cover;
}
.intro {
background-image: url('/assets/img/notes/mesinkasirintro.webp');
background-repeat: no-repeat;
background-position: center; 
background-size: cover;
background-attachment: fixed;
color: white;
}
.content {
background-image: url('/assets/img/notes/contentwebsite.webp');
background-repeat: no-repeat;
background-position: center; 
background-size: cover;
background-attachment: fixed;
}
.section {
background-image: url('/assets/img/notes/aplikasikasir.webp');
background-repeat: no-repeat;
background-position: center; 
background-size: cover;
}
.sponsor {
background-image: url('/assets/img/notes/mesinkasirbgdark.webp');
background-repeat: no-repeat;
background-position: center; 
background-size: cover;
color: white;
}
footer {
background-image: url('/assets/img/notes/pembuatanwebsitefooter.webp');
background-repeat: no-repeat;
background-position: center; 
background-size: cover;
color: white;
}