.content {
    display: grid;
    max-width: 100vw;
    min-width: 0;
    overflow-x: hidden;
}
.text-main {
    font-size: 12px;
    font-family: Arial;
    min-width: 0;
    overflow-wrap: break-word;
    margin: 0;
}
.big-text {
    color: red;
    font-family: Verdana;
    text-transform: uppercase;
    justify-self: center;
}
.image {
    justify-self: center;
    width: 300px;
    border: 2px;
    border-color: black;
    border-style: solid;
}
.image-text {
    justify-self: center;

}