@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

body,html {
    margin: auto;
    padding: inherit;
    background-color:#F4F4F4;
    font-family: 'Lato', sans-serif;
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}

body a{
    text-decoration:none;
    border:none;
}

.image-wrap {
    margin:auto;
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center; 
}

body .image-wrap button {
    color: inherit;
    border: none;
    font: inherit;
    outline: inherit;
    background: #53B758;
    padding: 17px;
    border-radius:5px;
    color:white;
    font-weight:400;
    display:block;
    cursor: pointer;
    margin-top:15px;
    font-size:22px;
}

body .image-wrap button:hover {
    background-color:#3C853F;
}