html, body { height: 100%; color: #efefef; text-shadow: 2px 2px #000000; background: #000 ; background: radial-gradient(circle, #00778b 0%, #000 100%); font-weight: normal; } body, header, nav, footer, div, span, img, figure, article, section, aside { /* Resets margin, padding and border to 0. */ margin: 0; padding: 0; border: 0; } body { font-family: -apple-system, BlinkMacSystemFont, 'SF-Pro', 'SF Pro', 'Inter', 'Segoe UI Variable', 'Segoe UI', 'Adwaita Sans', 'Roboto', Helvetica, sans-serif; /* Change as needed. Make sure you know what you're doing! */ text-align: center; } .outer-div { display: table; position: absolute; height: 100%; width: 100%; } .mid-div { display: table-cell; vertical-align: middle; padding-bottom: 2%; } .center-img { margin-left: auto; margin-right: auto; max-width: 540px; width: 66%; padding-bottom: 2% } .center-img img { max-width: 100%; max-height: 100%; box-shadow: 10px 10px 20px grey; } h1, h2, h3, h4, h5, h6, h7, h8, h9 { font-weight: normal; } a { text-decoration: none; } .button { border: none; display: inline-block; text-align: center; margin: 10px 0px; padding: 10px 10px; font-size: 18px; } .button a { background-color: #1b5faa; color: #FFF; padding: 10px 15px 11px 15px; transition: 0.3; } .button a:hover { background-color: #f05136; transition: 0.3; }
Coming soon