 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    background-color: #004a80;
    min-height: 100vh; /*view port height */
    display: flex;
    gap: 0px 15px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* flex-wrap: wrap; */
}