body {
    background-color: black;
    color: white;
}
#thebox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#content {  
    border: 5px solid red;
    width: 75%;
}
#fusion {
    position: relative;
    text-align: center;
    }
#floater {
    display: none;
    position: absolute;
    color: red;
    font-size: large;
    transform: translate(350%,-3000%);
}
#flyby {
display: none;
}
