.container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid red;
}

.interior {
    width: 25%;
    height: 25%;
    background-color: aqua;
    border: 1px solid blue;
}