#result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}
#activity {
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
}
#type {
    background-color: crimson;
    font-size: 24px;
    color: white;
    padding: 8px 16px;
    font-weight: 600;
    border-radius: 8px;
    display: none;
}
.footer {
    text-align: center;
    width: 100%;
    margin-top: 12px;
    font-size: 0.9rem;
}
