body {
    background-color: rgb(143, 96, 187);
}

.content {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    background-color: rgba(12, 118, 92, 0.422);
    padding: 2%;
}

h1 {
    text-align: center;
}

.spacer {
    height: 50px;
}

p {
    font-size: 22px;
}