body {
	background-color: #121212;
}

.mainbox {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mainbox2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mainbox3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: "Open Sans", sans-serif;
}

.svg-object {
  width: 100%; 
  max-width: 100%; 
  height: auto; 
  display: block;
  margin: 40px 0 40px auto; 
}

#countdown {
    font-size: 72px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    font-family: "Open Sans", sans-serif;
    color: #e5de08;
}

.debut {
	margin-top: 40px;
	font-size: 24px;
    font-weight: medium;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-style: italic;
}

.album {
  margin-top: 40px;
  text-align: center;
  max-width: 500px;
}

@media only screen and (max-width: 600px) {
  .album {
    width: 80%;
    max-width: 300px;
  }

  #countdown {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    font-family: "Open Sans", sans-serif;
    color: #e5de08;
    line-height: 50px;
  }
}

.presave {
  margin: 40px 0;
  padding: 20px;
  border-radius: 16px;
  border: none;
  background-color: #1DB954;
  color: #fff;
  display: flex; 
  align-items: center;
  cursor: pointer; 
  font-size: 18px;
}

.spotify-logo {
  width: 100px;
  height: auto;
  margin-left: 10px;
}

.spotifybox {
	margin: 40px 0 0 0;
	max-width: 700px;
}

.instagram-icon {
  width: 40px;
  height: auto;
  margin: 40px 0 40px 0;
}

footer {
  margin-top: 20px; 
  text-align: center; 
  color: #fff;
  font-family: "Open Sans", sans-serif;
}



