*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1 {
    font-family:'Century Gothic',sans-serif;
	font-size: 30px;
    font-weight: 600;
    color: #119ed9;
    padding: 25px 5px;
}
.imageWapper{
    min-height: 100vh;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imageDiv{
    max-width: 60%;
	text-align: center;
}
.imageDiv img{
    width: 260px;
	max-width: 90%;
}