@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&display=swap');

body {background-image: url('ricefield.jpg');
      background-repeat: no-repeat;}

#cookie {
    max-width: 240px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
#counter {
    text-align: center;
    font-size: 30pt;
    font-family: 'Bungee Spice', cursive;
}
