body {
    background-image: linear-gradient(210deg, #e301e7 0%, #0475df 100%); 
    color:white;  
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: clamp(3rem, 2.2059rem + 8.2353vw, 8rem);
    height:100dvh;
    overflow: hidden;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div {
    margin-bottom:60px;
}
