body {
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

img {
    max-width: 50px;
}

h1 {
    margin: 15px 0 5px;
}
span {
    font-weight: 500;
}
