@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
* {
    font-family: 'Poppins', sans-serif;
}

body,
html {
    height: 100%;
}

body {
    background-image: url('../img/bg.jpg');

    /* Full height */
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contentLayout {
    display: flex;
    align-items: center;
    justify-content: center;
}
