.BigD {
    width: 50%;
    font-size: large;
    margin: 0 auto
}

.BorderTest {
    border: 5px;
    border-style: solid;
    border-color: red;
}

.Text-Container {
    text-align: left;
}