body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-size: 80px;
    color: white;
    background: linear-gradient(to right,rgb(99, 99, 184), rgb(105, 155, 172));
}