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