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

body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

p { 
    font-size: 210px;
    color: blue;
    text-shadow:
        2px 1px 0 #183675, 3px 2px 0 #bf189b, 4px 3px #ffeb00, 5px 4px black
}
