html {
    margin: 0;
    padding: 0;
}

body {
    /* background-color: #000000; */
    /* color: #fff; */
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

#mimabug {
    opacity: 0.5;
}

#swarm {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none; /* page stays clickable/scrollable under the swarm */
}

h1 {
    font-size: 10rem;
    margin: 0;
    padding: 0;
}

.info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    /* border: 1px solid rgb(55, 55, 55); */
    /* background-color: rgb(4, 0, 255); */
    /* padding: 1rem; */
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    min-height: 300px;
    min-width: 500px;
    font-size: 2rem;
    background-image: url('./assets/images/log.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible;

}

.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    /* border-right: 1px solid rgb(55, 55, 55); */
}

.time {
    font-size: 3rem;
}

.label {
    font-size: 2rem;
}
