body {
    background-color: rgb(250, 221, 151);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.text {
    font-size: 30px;
    color: rgb(0, 0, 0);
}