/* main page wrapper */
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  background-color: rgb(255, 250, 236);
  border-radius: 25px;
}

/* content container */
.actual-container {
  border: 8px solid rgba(65, 19, 7);
  border-radius: 20px;
  max-width: 1200px;
  width: 100%;
  padding: 20px;
    background: linear-gradient(135deg, #fff7c2 50%, rgba(255, 226, 160) 50%);
      font-family: "joyful";
      font-size: 20px;
}

/* album cover */
.album {
  width: 400px;
  height: 400px;
  background: url('https://file.garden/aBi0tvXzESnPXzr_/album') center center / cover no-repeat;
  float:left;
}

.text-box {
    overflow-y:auto;
    height: 360px;
    width: 700px;
    margin-left: 30px;
    margin-top: 20px;
          font-size: 25px;
}

.links {
            font-size: 30px;
}

.column {
      display: flex;
      padding: 20px;
      text-align:center;
}

.info {
  background-color: #fff7c2;
    text-align: center;
    width: 700px;
    border: 8px solid rgba(65, 19, 7);
    border-radius: 20px;
    margin-left: 20px;
    font-family: "joyful";
}

.music img {
  width: 200px;
  border-radius: 50%;
}

.centered-text {
  text-align: center;
}

.width-200 {
  width: 200px;
}

h1 {
  margin-top: 0;
}

a {
color: rgb(116, 44, 3);
text-decoration: none;
}

.music a {
    font-family: "trendy";
    font-size: 25px;
}

.music {
  font-family: "joyful";
  display:flex;
  padding: 10px;
  text-align:center;
}

.marcy {
  padding: 20px;
}

.explain {
  height: 300px;
  overflow-y:auto;
}

/* main txt*/
    @font-face {
        font-family: "joyful";
        src: url(https://file.garden/aBi0tvXzESnPXzr_/Super%20Joyful.ttf)
    }


    /*header txt*/

        @font-face {
        font-family: "trendy";
        src: url(https://file.garden/aBi0tvXzESnPXzr_/Super%20Trend.ttf)
    }
