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

html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    font-family: 'Inconsolata';
    outline: 3px black;
    font-weight: bold;
    font-size: 10vmin;
    text-shadow: 3px 3px 15px rgba(0,0,0,1);
    fill: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
