
@import url("//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900");
* {
 box-sizing: border-box;
 margin: 0;
 padding: 0;
}
html, body {
 font-family: Lato,sans-serif;
 font-size: 24px;
 line-height: 1.5;
}
main {
 display: flex;
 height: 100vh;
 align-items: center;
 justify-content: center;
 text-align: center;
 background: Black;
 color: White;
}
