html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

#wall-mask {
    position: fixed;
    inset: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 140vw;
    height: 140vh;
    gap: 0;
    padding: 0;
    margin: 0;
    will-change: transform;
}

.logo {
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
    transition: transform 0.2s ease;
}

.text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 0 4px;
}

@media (min-width: 700px) {

}
