body {
    margin: 0;
    font-family: 'Segoe UI';
    font-weight: 400;
    background-color: #ab50ff;
    color: #333;
}

h1 {
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}

p {
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin: 10px;
}