* {
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    font-family: 'Roboto';
    font-size: 16px;
    background: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    max-width: 640px;
    margin: 0 20px;
    text-align: center;
}

h1 {
    margin: 10px 0;
    color: #BEBDBD;
    font-size: 60px;
    font-weight: 500;
}

p {
    margin: 0 0 20px;
    color: #BEBDBD;
    font-size: 18px;
    font-weight: 300;
}

small {
    margin: 10px 0;
    color: #BEBDBD;
    font-size: 11px;
    font-weight: 300;
}

img {
    max-width: 100%;
    width: 120px;
    margin: 0 auto 20px;
    display: block;
}
