html {
    height: 100%;
}


body {
    height: 100%;
    width: 100%;
    background-image: radial-gradient(#142432, #111c24);
    background-size: cover;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}


.frame {
    height: 100%; /* Can be anything */
    width: 100%; /* Can be anything */
    position: relative;
}
.frame p {color: #ffffff; display: block;}
img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* -webkit-filter: drop-shadow(3px 3px 3px #182c3b); */
        /* filter: drop-shadow(3px 3px 3px #182c3b); */
}
