@charset "utf-8"; @import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500); *{	margin: 0;	padding: 0;} html{ overflow: hidden; width: 100%; height: 100%; font-family: 'Ubuntu', sans-serif; color: #fff; background-color: #acdbdd;} body{ overflow: hidden; position: relative; width: 100%; height: 100%;} h1{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-62%);} h1 img{ width: 130px;} footer{ position: absolute; left: 0; bottom: 30px; width: 100%; text-align: center;} small{ display: block; margin-top: 15px;}