body {
    background-color: rgb(61, 61, 61);
    display: flex;
    justify-content: center;
    z-index: 0;
    flex-wrap: nowrap;
    align-content: center;
}

.container {
    border-color: rgb(255, 145, 0);
    border-width: 10px;
    display: flow;
    justify-items: center;
    padding: 1%;
    width: 100%;
    height: 50%;
}
