body {
    font-family: 'Arial', sans-serif;
    background-color: #ffdd57;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    height: 100dvh;
    margin: 0;
}

.button {
    text-decoration: none;
    color: #12822f;
    font-size: 20px;
    display: block;
    margin-top: 24px;
    border: 1px solid #12822f;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
}

.button > img {
    width: 28px;
    vertical-align: middle;
    margin-bottom: 4px;
}

.container {
    margin: auto;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px;
    padding-top: 0;
    overflow: auto;
    max-height: calc(100vh - 40px);
    max-height: calc(100dvh - 40px);
    max-width: calc(100vw - 40px);
}

h1 {
    font-size: 24px;
    color: #e54b24;
    margin-top: 4px;
}

h2 {
    font-size: 28px;
    color: #e54b24;
    margin-bottom: 0;
}

p {
    font-size: 20px;
}

div.motivo {
    max-width: 580px;
    margin-top: 24px;
}

div.motivo > p {
    color: #999;
    font-family: monospace;
    font-size: 14px;
}

div.motivo > p.nombres {
    font-size: 18px;
    color: #e5c236;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 0;
}