@import url('https://fonts.googleapis.com/css?family=Roboto');

html {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #8aa4d6;
    text-align: justify;
    text-justify: inter-word;
    background: radial-gradient(#172642, #00091a);
}

div#container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

div#game {
    float: left;
    height: 600px;
    width: 600px;
    background-color: black;
    box-shadow: 0px 0px 25px 10px #00091a;
}
