html, body {
    margin: 0;
    user-select: none;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-weight: bold;
    color: #292f35;
}

img {
    width: 300px;
}