main {
    background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/images/dune-ship.png");
    background-size: cover;
}
.all-text-container {
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    min-width: 100%;
    white-space: nowrap;
    padding: 5px;
    gap:5px;
    overflow:hidden;
}

.text-container {
    display:flex;
    flex-direction:column;
    font-size:20px;
    width: 50%;
    white-space: pre-line;
    word-wrap: break-word;
    align-items:center;
    text-align: center;
    border: 2px solid black;
    border-radius:6px;
    padding: 10px;
    color: gray;
}