@font-face { font-family: Verdana;} body { margin: 1000; padding: 0; background-color: grey; overflow-y: scroll; /* Enable vertical scrolling */ } p { color: #ccffff; text-decoration: black underline; } #image-stack { display: flex; flex-direction: column; /* Stack images vertically */ align-items: center; padding-top: 80px; /* Adjusted padding */ } #image-stack img { max-width: 40%; /* Adjusted width */ max-height: 40%; /* Adjusted height */ margin-bottom: 70px; /* Adjusted margin */ } #audio-player { position: fixed; /* Fixed positioning */ top: 10px; right: 10px; }