body{
    background-color: #1C1C1C;
}

.panelInner{
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

img{
    max-width: 90%;
    max-height: 90%;
}