body {
    margin: 0;
    height: 100vh;
    overflow: hidden;
}
.container{
    height: 100vh;
    width: 100vw;
    padding: 0 0 0 0;
    display: flex;
    justify-content:center;
    align-items: center;
}
#boundingBox {
    height: 75vh;
    width: 75vw;
}
#buddyBox {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 3px 3px 3px;
    background-color: grey;
    z-index: 1;
}
#buddyText {
    margin: 0%;
    font-size: 40px;
    text-align: center;
    background-color: beige;
}
#text {
    padding: 0 0 0 0;
    font-size: 50px;
    text-align: justify;
    opacity: 0.0;
}