* {
    margin: 0;
    padding: 0;
    /* background: #000000; */
    box-sizing: border-box;
    transition: ease all 0.5s;
}

#container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}


/* a {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
} */