
#homepage-container {
    height: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translateY(5%);
}

#homepage-title {
    margin: 0;
    font-size: clamp(1.2rem, 2.5vw + 1rem, 3rem);
    line-height: 1.1;
}

#homepage-description {
    margin-top: 0.5rem;
    font-size: clamp(0.85rem, 1.6vw + 0.4rem, 1rem);
    opacity: 0.9;
}

#homepage-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#homepage-grid a {
    text-decoration: none;
    color: inherit;
}

.admonition.warning {
    width: 75vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
}

.admonition.warning p.admonition-title{
    margin: 0.25rem 0;
    font-size: clamp(0.75rem, 2.5vw + 0.5rem, 1.5rem);
    line-height: 1.1;
}

.md-copyright {
    width: 50vw;
}
.md.footer.meta__inner .md.grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#minirobot-viewport{
    flex: 0 0 300px;
    border: 2px solid #444;
    margin: 8px;
    position: relative;
}

canvas {
    display: block;
}