﻿@import url('../../animate.css');

.bg-image {
    background-size: cover;
    background-position: center;
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.image {
    width: 100%;
    height: auto;
}

.background-container {

    background-image: url('../../image/windmill.jpg');
    background-position: center; 
    background-size: cover;
    height: 100vh;
}

.container-center {
    position: fixed;
    inset: 0px;
    width: 120rem;
    max-width: 100vw;
    max-height: 100dvh;
    margin: auto;
    height: 695px;
}

