body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "Roboto", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
}

.imgContainer {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

}

img {
    width: 160px;
    height: 227px;

}

h3 {
    text-align: center;
    font-family: "Roboto", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    color: #000574;
}


footer {
    margin-top: auto;
    background-color: whitesmoke;
    color: #000574;
}

h4 {
    text-align: center;
}

