@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap");.prayer{position:relative;width:100%;height:100vh;overflow:hidden}.prayer__background-container{position:relative;width:100%;height:100%}.prayer__icon{display:flex;position:absolute;z-index:1;right:2%;top:10%;width:315px;height:320px}.prayer__header{position:absolute;top:25%;left:50%;transform:translate(-50%,-50%);color:#3a584a;font-size:5rem;font-weight:600;text-shadow:2px 2px 4px rgba(0,0,0,.7);font-family:Courier New,Courier,monospace;text-align:center;width:90%}.prayer__paragraph_container{display:flex;flex-direction:column;align-items:center;position:absolute;top:33%;left:50%;transform:translateX(-50%);width:80%;max-width:800px}.prayer__paragraph,.prayer__paragraph_2{color:#000;font-size:36px;font-family:Montserrat,sans-serif;font-weight:200;text-align:center;margin:20px 0;width:100%;max-width:1000px}@media screen and (max-width:800px){.prayer__header{font-size:3.5rem}.prayer__paragraph_container{width:90%;gap:10px}.prayer__paragraph,.prayer__paragraph_2{font-size:30px;margin:65px 0}.prayer__icon{width:200px;height:200px;top:unset;right:50%;transform:translateX(50%);bottom:5%}}@media screen and (max-width:500px){.prayer__header{font-size:2.5rem}.prayer__paragraph_container{width:95%;gap:5px}.prayer__paragraph,.prayer__paragraph_2{font-size:20px;margin:5px 0}.prayer__icon{width:150px;height:150px}}