body { text-align: center; font-family: monospace; } .song-author { color: firebrick; } .song-title { cursor: pointer; } .full-song { background-color: azure; width: 400px; display: inline-block; vertical-align: top; margin-right: 10px; text-align: center; } .field { width: 300px; height: 30px; }