@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@500&display=swap");@import url("https://fonts.googleapis.com/css2?family=Podkova&display=swap");.theHeader{background-color:red;position:-webkit-sticky;position:sticky;top:0;padding:5px;color:#ff0;word-break:break-word;z-index:99}.theHeader h1,body,html{margin-top:0;margin-right:0;margin-left:0}.theHeader h1,.theHeader h2,.theHeader h3{margin-left:8px;font-family:Unbounded}.theHeader a{color:#ff0}.wrapper{max-width:90%;margin:auto;background-color:#fff;border-radius:10px;word-break:break-word;animation-name:show-up;animation-duration:1s;animation-fill-mode:forwards;position:relative;animation-delay:1s;opacity:0}@keyframes show-up{0%{opacity:0;top:10px}to{opacity:1;top:0}}.wrapper p{font-family:Podkova;max-width:95%;margin-left:auto}.wrapper img{display:block;margin:auto;width:95%;height:auto}.home-content h2{background-color:blue;padding:10px;color:#fff;text-align:center;border-radius:10px 10px 0 0;font-family:Unbounded;word-break:break-word}body{background-image:url(/images/background/pero-kalimero-9BJRGlqoIUk-unsplash.jpg);background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;animation-name:appear;animation-duration:1s;animation-fill-mode:forwards}@keyframes appear{0%{opacity:0}to{opacity:1}}footer{background-color:skyblue;padding:1px;text-align:center;border-radius:0 0 10px 10px;font-family:Unbounded;word-break:break-word}