body, html{
    height: 100%;
    margin: 0; 
    background-color: salmon;
    font-family: Arial, Helvetica, sans-serif;
}

#lyrics {
    font-size: 150px;
}

#picture-of-jesus {
    width: 700px;
    height: auto;
}

#main-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


p {
    line-height: 1.2;
    padding: 30px;
    white-space: normal;
    text-align: left;
    font-size: 50px;
    overflow-x: auto;
    white-space: pre-wrap;
    text-align: left;
}

h1 {
    font-size: 100px;
}

#love-jesus {
    color: pink;
}
a {
    color: white;
}