div{
    display:flex;
    width:100vw;
    height:100vh;
    align-items: center;
    justify-content:center;
    padding:0;
    margin:0;
background: radial-gradient(at right bottom, #fcb527, #f5cac7);
}
body, html{
    padding:0;
    margin:0;
    overflow:hidden;
}
p{
    cursor:default;
    user-select:none;
    padding:0;
    margin:0;
    font-size:12vw;
    font-family: "Lekton", monospace;
    font-style: normal;
    color:white;
}