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

.section {
    text-align: center;
}

body {
    margin: 0px !important;
    font-family: "Viga";
}

.container-content {
    width: 500px;
    margin: 2rem auto;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: bold;
    color: #B70D14;
}

.intro {
    position: relative;
    top: 12%;
    font-family: "Viga";
    font-size: 2.4rem;
    color: #fff;
}

.texter {
    position: relative;
    top: 30%;
    font-family: "Viga";
    font-size: 2.4rem;
    color: #fff;
}

.texter-2 {
    position: relative;
    top: 30%;
    font-family: "Viga";
    font-size: 2.2rem;
    color: #B70D14;
}

.flag {
    margin-top: 50px;
}

.personne {
    max-width: 350px;
    left: 70px;
    margin-top: 15vh;
}
.thumbnailer{
    width: 50px;
}
.thumbnail-symbols{
    overflow: hidden;
    bottom: -100px;
    position: relative;
}
html {
scroll-behavior: smooth;
}

.rot1{
    transform: rotate(-10deg);
}

.rot2{
    transform: rotate(10deg);
}

.wrapper {
    overflow: hidden;
}

.fuller {
    height: 100vh;
}

.halfer {
    height: 50vh;
}

.desc {
    margin: 34vh 3vw 0 0;
    text-align: justify;
    font-size: 1rem;
    text-indent: 25px;
}

.longer{
    margin-top: 20% !important;
}
.too-long{
    margin-top: 10% !important;
}