header {
    display: block;
}

body {
    background-image: url("pexels-felix-mittermeier-956981.jpg");
    background-color: #cccccc;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

   }

 .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    margin-top: 60px;

  }
 

h1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bolder;
    color: white;
    font-size: 45px;
    text-align: center;
}

h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight:bold;
    color: white;
    text-align: center;
}

.Style1 {
    display: block;
    margin: 50px;
    border-style: solid;
    border-color: white;
    background-color: white;
    color: black;
    
}
h3 {
    padding: 10px;
    color: black;
}

#verse {
    margin-left: 10px;
}

.Style2 {
    display: block;
    margin: 50px;
    border-style: solid;
    border-color: #53496B;
    background-color: #53496B;
    color: white;
}

.white {
    color: white;
}

#pcline {
    
    margin-left: 10px;
    
}
    