body {
  width: 100vw;
  height: 100vh;
  background: black url("../img/core-bg.jpg") center no-repeat;
  background-size: cover;
  overflow-y: hidden;
  font-size: 12px;
  line-height: 1.7;
  font-family: Monaco, Consolas, "Lucida Console", monospace;
  color: #1EFF00;
}

* {
  box-sizing: border-box;
}

.logo {
    width: 26vw;
    height: 7vw;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}

img {
  max-width:100%;
  max-height: 100%;
}