@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

body {
    background-color: #111111;
    overflow: hidden;
}

#logo {
   position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-width: 50%;
    max-height:100%;
    overflow:auto;
}

.binary {
    position: absolute;
    top: 0;
    left: 300px;
    z-index: -1;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-animation-duration: 800ms;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    color: white;
    text-shadow: 0 0 10px #91EDFF;
}

#wrap {
	display: block;
width: 100%;
height: 100%;
position: fixed;
margin: 0px;
padding: 0px;
overflow: hidden;
left: 0px;
top: 0px;
}