@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@700&display=swap');

body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
    width: 100vw;
    height: 100vh;
    font-size: 10em;
    line-height: 1.0;
    font-family: 'Titillium Web', sans-serif;
    background-color: #e6e6e6;
}

p {
    padding : 20px;
    margin : 0;
}

.center {
    text-align: center;
}