body {
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: skyblue;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.title {
  margin-bottom: 20px;
}

.spotify-header {
  max-width: 200px;
  height: auto;
}
