body {
    background-color: lightsalmon;
}

h1 {
    color: rgb(27, 82, 184);
    align-content: center;
}

p {
    color: rgb(27, 82, 184);
    align-content: center;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 1280px;
}