.container{
    display: flex;
    width: 100%;
    height: 300px;
    border: 1px solid rgb(72, 255, 0);
    text-align: justify;
}
.container2{
    display: flex;
    width: 100%;
    height: 300px;
    border: 1px solid rgb(72, 255, 0);
    font-family: cursive;
    font-size:x-large;
    text-align:start;
    color: aqua;
}
.x{
    background-color: black;
    color: white;
}