.title{
    font-size: 100px;
    text-align: center;
}
.main{
    border:1px solid black;
    width: 100%;
    height: 100%;
}
.mainMusic{
    border: 2px solid black;
    width: 70%;
    height: 100%;
}
.playList{
    border: 2px solid black;
    width: 20%;
    height: 100%;
}
.youtube_link{
    width: 97%;
    height: 600px;
}
iframe{

}
.mode_button{
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #f1f1f1;
    color: black;
    font-size: 16px;
    padding: 16px 30px;
    border: none;
    cursor: default;
    border-radius: 5px;
    text-align: center;
}
#input{
  font-size: 200%;
}
#link{
  width: 60%;
  height: 7%;
  border: 3px solid black;
  margin-bottom: 30px;
  margin-top:-30px;
}

.search{
    font-family: webdings;
    border: 3px solid black;
    font-size: 100%;
    margin-left: -15px;
    margin-bottom: -5px;
}
