body {
    background-image: url('/static/assets/img/PeopleSoft-Logo.wine.png');
    background-size: cover;
}

.description {
    left: 50%;
    position: absolute;
    top: 25%;
    transform: translate(-50%, -55%);
    text-align: center;
}

.description h1 {
    color: black;
}

.description p {
    color: black;
    font-size: 1.3rem;
    line-height: 1.5;
}