* {
    box-sizing: border-box;
    color: white;
    overflow: hidden;
}
body {
    background-color: #1a1a1a;
    font-family: 'Roboto', sans-serif;
}
.container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
p {
    text-align: center;
    font-size: 50px;
}