body {
    background-color: rgb(255, 255, 255);
}

h1 {
    text-align: center;
}

p {
    text-align: center;
    font-size: 1.5rem;
}

.centered {
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}