@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");body,html{margin:0px;padding:0px;background-color:#000;overflow:hidden;height:100vh}.homa-page{position:relative;height:100vh;width:100%;background-position:center;background-size:cover;z-index:2}.homa-page h1{font-size:2rem;background-color:#fff;border-radius:10px;padding:10px;font-family:"Varela Round",sans-serif;font-weight:800;text-align:center;margin-top:20px}@media only screen and (max-width:425px){.homa-page h1{font-size:1.3rem}}.homa-page img.logo{width:45%}.homa-page .footer{bottom:0px;position:absolute;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;background:rgba(0,0,0,0.75);padding:5px 0px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.homa-page .footer p.text{font-size:16px;color:#fff;font-family:"Varela Round",sans-serif;text-align:center;margin:0px}