@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

#header {background-color: #e1860f; width: 100%; height: 60px; text-align: center;}
#header h1 {font-family: 'Press Start 2P'; color: greenyellow; position: relative; top: 10px;}
h2 {font-family: 'Poppins'; font-weight: 475;}
button {transition: 1s transform; background-color: green;}
button:hover {transform: scale(1.2); background-color: limegreen;}
#play {padding-top: 100px}
label {font-family: 'Poppins';}

#game {display: none; text-align: center;}

#kiwi {width: 150px; cursor: pointer; transition: transform 0.1s;}

#kiwi.clicked {transform: scale(1.1);}

#score {font-family: 'Press Start 2P'; font-size: 24px; margin-bottom: 20px; color: #222;}

#save-load {margin-top: 20px; display: flex; gap: 10px; justify-content: center;}