html, body {
    padding: 0;
    background: #fff;
    height: 100%;
    overflow: hidden;
}

.spacer {
    height: 30%;
}

.wrapper {
    text-align: center;
}

img {
    margin-bottom: 32px;
    width: 256px;
    height: 148px;
    object-fit: contain;
}

.text {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
}
