body{
    background-color: rgb(129, 0, 155);
    color: rgb(255, 247, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 2em;
}