html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    min-height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.bg-image {
    display: flex;
    height: 100vh;
    width: 100vw;
    background-color: rgb(0, 78, 167);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
