html,body{background-color:#000;background-position:center venter;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;background-image:url("background.jpg");position:relative;height:100dvh;padding:0;margin:0;overflow:hidden;display:flex;justify-content:center;align-items:center;margin-bottom:0;font-family:"Roboto",sans-serif}html a,body a{text-decoration:none;text-align:center;line-height:1.6rem;color:#f5f5f5;padding:2rem 4rem;border-radius:10px;background-color:rgba(0,0,0,.5);transition:all .3s ease-in-out}html a span,body a span{color:#90ee90;font-weight:600}html a:hover,body a:hover{background-color:rgba(0,0,0,.8)}