body {
    background-color: color(srgb 0.9277 0.6607 0.1464);
}

.fpc {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    .img-container {
        img {
            width: 100%;
            height: auto;
            max-height: 100%;
            display: block;
        }
    }

}