body {
    position: relative;
    background-color: #fdf9ce;
    height: 100vh;
}


.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}
p {
    margin: 0 auto;
    padding-bottom: 40px;
    max-width: 500px;
}