:root {
    background-color: #ffffcc;
}

html,
body {
    height: 100vh;
    width: 100vw;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#under-construction {
    position: relative;

    .peek-at-choo {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;

        &#pika-left {
            right: 100%;
        }

        &#pika-right {
            left: 100%;
        }
    }

    #pika-rest {
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }

    #pika-angel {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }
}