* {
font-family: 'Poppins', sans-serif;
}

html, body {
height: 100%;
margin: 0px;
}

.container {
height:100%;
display: flex;
align-items: center;
justify-content: center;
background-color: #00497b;
}

img {
width: 50%;
}