body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: grey;
    overflow: hidden;
    font-size: 10px;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.content * {
    text-align: center;
    color: white;
}

.content img {
    margin-left: auto;
    margin-right: auto;
}

.content h1 {
    font-size: 3rem;
}

.content p {
    font-size: 1.2rem;;
}