@charset "utf-8";
/* CSS Document */

body{
    background-color: rgb(247, 247, 247);
}

h1{
    text-align: center;
    letter-spacing: 20px;
}

.all{
    margin-top: 90px;
   margin-left: 50px;
   margin-right:50px;
   margin-bottom: 100px;
}

.contents{
  width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  background-color: rgb(233, 233, 233);
  position: relative;
}

.music{
    width: 50%;
}

.lyric{
    width: 50%;
}

.contents iframe{
    height: 294px;
    margin-right: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.contents img{
    align-items: flex-end;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.tittle{
    font-size: 20px;
}

.kashi{
    font-size: 13px;
}

.backtop_wrap{
    width: 100%;
    text-align: center;
}

.backtop{
    margin: 0 auto;
    text-decoration: none;
    color: rgb(0, 0, 0);
}