*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

span {
    font-size: 100px;
    font-weight: 900;
    color: rgb(53, 53, 247);
    letter-spacing: 5px;
}