.text{
    text-align: center;
    color:rgb(245, 246, 251);
    margin-left: auto;
    margin-right: auto;
}

.about{
    text-align: justify;
    width: 90%;
}

body{
    font-family:sans-serif;
    width:900px;
    padding:20px;
}

.page{
 margin-top: auto;
 margin-bottom:0px;
 width:65%;
 background-color: rgba(85, 113, 137, 0.3);
}

.song{
    background-color:rgb(8, 3, 57);
    border-radius:10px;
    border: 2px solid #7e8a97;
}
body{
    color: aliceblue;
}

hr{
    width:538px;
}

p,h1,h2,h3{
    text-align: center;
}
.media{
    text-align: center;
}

.Name{
    padding: 8px;
}

.line{
    margin-top:-5px;
}

.lyrics{
    font-size:17px;
}

.video{
    height: 100%;
    width:100%;
}

.html{
    background-color: black;
}

.bg{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;   /* чтобы видео заполняло фон */
  z-index: -1;         /* чтобы было под остальным контентом */
  /* pointer-events: none; */
  width:100%;
}