@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body, html {
    font-family: 'Poppins', sans-serif;
}

body{
    background: #b3e0f6 url('/static/img/trees.png') repeat-x center bottom;
    min-height:100vh !important;
}

.logo{
    width: 400px;
    margin:0 auto;
}