* {
    margin: 0;
    padding: 0;
    font-family: 'Bebas Neue';
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.header {
    width: 100%;
    font-family: 'Bebas Neue', cursive;
    position: absolute;
    z-index: 9999;

}

.logo {
    margin-left: 15px;
    margin-top: 11px;
}

.ico {
    width: 7vh;
    height: 7vh;
}

.welcome {
    height: auto;
    width: auto;
}
