body, html{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(119, 3, 107);
    color: white;
    width: 100%;
    height: 100%;
    font-size: 42px;
    font-weight: bold;
        font-family: "Inter", sans-serif;
}
