* {
    box-sizing: border-box;
}
body {
      color: #00ff66;
      font-family: monospace;
      background-color: #000000;
    }
#bg{
display: flex;
flex-direction: column;
margin:auto;
width: 90vw;
height: 90vh;
background-image: url('background.png') ;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-color: #000000;
background-size: 50%;
align-items: center;
padding: 1em;
border: 0px solid green;
}
#text {
         display: flex;
         justify-content: center;
         align-items: center;
         height: 200px;
         border: 0px solid green;
         opacity: 0;
         transition: opacity 1s ease-in-out;
         font-size: 4rem;
         color: #00ff66;
         border: 0px solid green;
        }
#binary {
color: #439FBF;
width: auto;
font-size: 4rem;
      margin:auto;
      padding: 20px;
      border: 0px solid green;
    }