h1 {
    font-size:40px;
    font-family: termina,sans-serif;
    font-weight: 600;
    font-style: normal;
}

h2 {
    font-size: 30px; 
    font-family: termina, sans-serif;
font-weight: 300;
font-style: normal;
}

.lyric-block{
    font-size: 18px;
    padding-bottom: 25px;
    font-family: lft-etica-mono, sans-serif;
font-weight: 400;
font-style: normal;
}

span {
    font-size: 18px;
    font-family: lft-etica-mono, sans-serif;
    font-weight: 400;
    font-style: italic;
}

main div {
    text-align: center;
}

iframe {
    padding-top: 40px;
    width: 50%;
    height: 50%;

}

img {
display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.row {
    display: flex;
}

.column {
    flex: 50%;
    padding: 0;
  }

body {
    background-color: #F2C6CE;
}

html {
    height:100vh;
}






