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

body, html {
    height: 100%;
}

.bg {
    background-image: url('../img/original_drawing.png');
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.inline-block-center {
    text-align: center;
}

.inline-block-center div {
    display: inline-block;
    text-align: left;
}

.flex-center {
    display: flex;
    justify-content: center;
}
.fr{
    width: 40px;
    margin: 50px;
}
.uk{
    width: 40px;
    margin: 50px;
}
.fr:hover, .uk:hover{
    -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}
.sl {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    text-align: center;
}

.title {
    font-family: "Viga";
    color: #fff;
    font-size: 8vh;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

.slogan {
    color: #fff;
    font-size: 4vh;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}