body {

    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    overflow-x: hidden;

}

.content {
    padding-left: 5%;
    padding-right: 5%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    width: 850px;

    text-align: center;
}

.title h1 {
    background-color: rgb(236, 236, 236);
    border-top-right-radius: 5cap;
    border-top-left-radius: 5cap;
    border-bottom-right-radius: 5cap;
    border-bottom-left-radius: 5cap;
}

.content h2 {
    
    text-align: left;
    font-size: 24px;
}

.content p {
    text-align: left;
}

.footer {
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:rgb(236, 236, 236);
}

p img {
    translate: 0px 4px;
}

.brick {
    max-lines: --;
}