/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');*/

/*@import url('https://fonts.googleapis.com/css?family=Lobster');*/

@font-face {
    font-family: 'Lobster';
    src: url('../fonts/Lobster-Regular.ttf');
}

html {
    font-size: 100%;
    height: 100%;
}

/*body {*/

/*    fonts-family: Roboto, Arial, sans-serif;*/

/*    height: 100%;*/

/*}*/

.antin-container {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    min-height: 100vh;
    flex-direction: column;
}

.antin-contain {
    flex: 1;
}

::-webkit-scrollbar {
    background-color: #ccc;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    /*background-color: #1A8797;*/
    background-color: rgb(226 231 233 / 72%);
}