@import url("https://cdn.22is5.com/css/fonts/trajan-pro.css");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Trajan Regular";
  background-color: #000;
}
.parent {
  scrollbar-width: none;
  width: 100%;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
}
.main {
  width: 1024px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 12px;
}
.title {
  color: #e64427;
  font-family: "Trajan Bold";
  text-transform: uppercase;
  font-weight: 800;
  font-size: 17px;
}
.lyrics {
  font-size: 16.35px;
  text-align: justify;
  text-transform: uppercase;
  line-height: 1.5;
}
.bold {
  font-family: "Trajan Bold";
  font-size: 17px;
}
.footer {
  color: #b3321b;
  font-family: "Trajan Bold";
  width: 100%;
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
