.xmingrid {
    max-width: 800px;
}

body {
    background: linear-gradient(270deg, #ff8400 0%, rgba(255,118,27,0.5600503018590248) 50%, #ff8400 111%);
}

h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
    text-shadow: 3px 3px 0 var(--theme-color-invert);
    font-weight: 400;
    margin-bottom: 50px;
}

.grid_inside {
    width: 100%;
}

p {
    line-height: 1.4;
}

#page .inner {
    min-height: 80vh;
}