@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Playfair+Display&display=swap";body{margin:0;padding:0}.wrapper{width:100%;height:100vh;background-color:#000;background:url(/images/background.jpg) no-repeat;background-size:cover;background-position:center center;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;overflow:hidden}.wrapper .content{display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box}.wrapper .content h1{font-family:"Playfair Display",serif;color:#fff;font-size:24px}.wrapper .content img{width:350px;height:auto;margin-bottom:30px;padding:0 30px 0 30px}.wrapper .content-footer{color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-sizing:border-box;font-family:"Playfair Display",serif}.wrapper .content-footer .socials{display:flex;flex-direction:row;justify-content:center;margin-top:25px}.wrapper .content-footer .socials a{padding:15px}