body {  
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    flex-direction: column;
    color:white;
}

.msgBox {
    color: white;
    height:300px;
    width:700px;
    overflow:auto;
    border-style:solid;
}