@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-color: rgb(255, 95, 175);
    font-family: Roboto, "Helvetica Neue", sans-serif;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 {
    padding: 0;
    margin: 0;
    font-size: 256px;
    font-weight: 1000;
    text-align: center;
    flex-wrap: wrap;
}