@charset "UTF-8";
/* CSS Document */

body{
width: 100%;
margin: 0 auto;
 display: flex;   
  justify-content: center;    
  align-items: center;          
  height: 100vh;   
background: #1a2c7b;
text-align: center;
}

img{
width: 80%;
}
p{
font-size:25px;
color: #fff;

font-family: futura-pt, sans-serif;
font-weight: 700;
font-style: italic;
}

.end{
clear: both;
}

