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

body, html {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    background-image: url( 'images/bg3.png' );
}

.container {
    text-align: center;
}

.logo {
    max-width: 100%;
    height: auto;
}

