body{
    background-color: rgb(255, 0, 225);
    color: rgb(54, 214, 29);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: larger;
}