/* JaxonVale Stylesheet */

body {
    margin: 0;
    width: 100%;
    background: #78bccf;
    background: linear-gradient(45deg,rgba(120, 188, 207, 1) 0%, rgba(172, 106, 189, 1) 100%);
    background-size: 100% 100%;
}
.wrap {
    height: 100%;
    position: relative;
}

.wrap img{
    display: block;
    max-width: 100%;
    position: absolute;
    bottom:20px;
    left:50%;
    transform:translateX(-50%);
    
}