a {
	text-decoration: none;
	color: black;
}
h1 {
	text-decoration: none;
	color: black;
}
strong {
	font-size: 1.25em;
	font-weight: bold;
}
.index_menu {
	position: fixed;
  	top: 0.1vmax;
  	height: 3em;
  	width: 100%;
  	left: 0;
	background-image: linear-gradient(to right, rgba(192,1,80,.75), rgba(227,167,192,.95));
	z-index: 1;
}
.index_menu_a {
  position: absolute;
  width: 20%;
  left: 0%;
  height: 100%;
  top: 0;
  background-image: linear-gradient(to right, rgba(250,0,0,1), rgba(250,72,72,.5));
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
}
.index_menu_b {
  position: absolute;
  width: 20%;
  left: 20%;
  height: 100%;
  top: 0;
  background-image: linear-gradient(to right, rgba(250,72,72,1), rgba(181,19,19,.5));
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
}
.index_menu_c {
  position: absolute;
  width: 20%;
  left: 40%;
  height: 100%;
  top: 0;
	background-image: linear-gradient(to right, rgba(192,1,80,.75), rgba(227,167,192,.95));
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
}
.index_menu_d {
  position: absolute;
  width: 20%;
  left: 60%;
  height: 100%;
  top: 0;
  background-image: linear-gradient(to right, rgba(230,76,76,1), rgba(176,39,39,.5));
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
}
.index_menu_e {
  position: absolute;
  width: 20%;
  left: 80%;
  height: 100%;
  top: 0;
  background-image: linear-gradient(to right, rgba(176,39,39,.1), rgba(210,107,107,.5));
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
}
.sou_main {
	position: fixed;
	background-image: linear-gradient(to right, rgba(192,1,80,.75), rgba(227,167,192,.95));
	left: 0;
	top: 3em;
	height: 100vh;
	width: 100vw;
}
.sou_container_align {
  	text-align: center;
}
.sou_home_container {
  	position: absolute;
	left: 0;
  	width: 100%;
	top: 0;
  	height: 80%;
	text-align: left;
	overflow-y: scroll;
}
.sou_albumcover_img_frame {
	width: 10vw;
	height: 10vw;
	align-content: center;
	background-color: black;
}
.sou_albumcover_img {
  	width: 100%;
	height: auto;
}
.song_frame {
  position: absolute;
  width: 100%;
  right: 0;
  height: 20%;
  top: 80%;
	background-image: linear-gradient(to right, rgba(192,1,80,.75), rgba(227,167,192,.95));
}
.sou_txt {
	background-color: rgba(255,255,255,0.75);
}