body{
font-family: 'Nunito', sans-serif;
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
}
img{
max-width:900px;
width:100%;
}

p{
text-transform: uppercase;
font-size: 32px;
text-align: center;
}
