@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Roboto', sans-serif;font-size:16px;background-color:#252431}body section{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100vh;text-align:center}body section header h1{font-size:1em;margin-bottom:1em;font-weight:500;text-transform:uppercase;letter-spacing:1.5px;color:#f17548}body section header h2{font-size:2em;margin-bottom:2em;font-weight:300;color:white;max-width:600px}body section footer a{color:white;font-size:1em;font-weight:400;text-decoration:none;padding:20px 30px;margin:0 10px;border-radius:5px;-webkit-transition:all ease 360ms;transition:all ease 360ms;background-color:transparent;border:1px solid white;color:white}body section footer a:hover{border-color:#ef6330;color:#ef6330}body section footer a:first-child{background-color:#f17548;border-color:transparent}body section footer a:first-child:hover{color:white;background-color:#ef6330}
