body{
    margin:0;
    padding:0;
    box-sizing: border-box;
    background-color: #1F8AC8;
    width:100%;
    height:100vh;
}

section {
    width:100%;
    height: 100%;
}

div {
    display:flex; align-items:center; justify-content:center; flex-direction: column;
    width:100%;
    height: 100%;
}
h1,h2 {
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    color: #002E5D;
}

img {
    width: 300px;
}


