html, body {
    overflow: hidden;
    height: 100%;
    margin: 0px;
}

a {
  text-decoration: none;
  color:  #0059a7;
  font-family: 'Roboto', sans-serif;
}

.space, #space {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100%);
    height: calc(100%);
    background-color: #ffcfcc;
}
