* {
    box-sizing: border-box;
}

button {
    border: 0;
    cursor: pointer;
}

.t-body, html, .t-body > div {
    min-height: 100vh;
}

.t-body > div {
    display: flex;
    flex-direction: column;
}

#rec1097574566 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.certificate {
    width: 400px;
    margin: 0 20px;
}

@media screen and (max-width: 440px) {
    .certificate {
        width: calc(100vw - 40px);
    }
}