@import url(https://fonts.googleapis.com/css?family=Roboto:00,00);
html {
4
height: 0%;
background-color: #ff8f8;
}
7
8
body {
overflow: hidden;
10
height: 100%;
width: 600px;
margin: 0 auto;
background-color: #ffffff;
font-family: 'Roboto', sans-serif;
color: #555555;
}
a {
text-decoration: none;
color: inherit;
}
* {
box-sizing: border-box;