header{flex-direction:column;justify-content:center;align-items:center;gap:25px;width:95%;max-width:700px;height:250px;margin-inline:auto;display:flex;position:relative;-webkit-user-select:none!important;user-select:none!important;-webkit-tap-highlight-color:transparent!important}header:before{content:"";z-index:-1;background-color:#00000080;position:fixed;inset:0}header>.next-image{object-fit:cover;filter:contrast(120%)drop-shadow(0 5px 15px #00000080);width:270px;height:auto}
main{flex-direction:column;gap:40px;width:95%;max-width:700px;margin-inline:auto;display:flex}main>section{background:linear-gradient(to top right,#ff0000e6,#ffcc00e6);border-radius:12px;flex-direction:column;gap:12px;padding:25px;display:flex;position:relative;box-shadow:0 5px 15px #00000080}main>section:before,main>section:after{content:"";z-index:2;filter:contrast(120%);background:50%/cover no-repeat;width:250px;height:250px;position:absolute}main>section:before{background-image:url(/layout/border_top.png);top:-20px;left:-17px}main>section:after{background-image:url(/layout/border_bottom.png);bottom:-20px;right:-17px}main>section>h3,main>section>p,main>section>div,main>section>div>span{-webkit-user-select:none!important;user-select:none!important;-webkit-tap-highlight-color:transparent!important}main>section>h3{text-transform:uppercase;color:#222;font-size:30px;font-weight:900;line-height:30px}main>section>p{color:#fff;font-size:15px;line-height:1.4}main>section>div{flex-wrap:wrap;gap:10px;display:flex}main>section>div>span{color:orange;background-color:#222;border-radius:12px;width:fit-content;padding:5px 15px;font-size:14px}@media (max-width:768px){main>section>h3{font-size:25px}main>section>p,main>section>div>span{font-size:12px}}
footer{flex-direction:column;justify-content:center;align-items:center;gap:25px;width:95%;max-width:700px;height:150px;margin-inline:auto;display:flex;-webkit-user-select:none!important;user-select:none!important;-webkit-tap-highlight-color:transparent!important}footer>small{text-align:center;color:#fff;font-size:14px}@media (max-width:768px){footer>small{font-size:12px}}
