@font-face {
    font-family: myFont;
    src: url(./Fonts/ELNATH.ttf);
}

@font-face {
    font-family: myFont1;
    src: url(./Fonts/Yeager-Regular.otf);
}

@font-face {
    font-family: myFont2;
    src: url(./Fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: myFont3;
    src: url(./Fonts/Valorax-lg25V.otf);
}

@font-face {
    font-family: myFont4;
    src: url(./Fonts/BigSpace-rPKx.ttf);
}

@font-face {
    font-family: myFont5;
    src: url(./Fonts/Valorax-lg25V.otf);
}

@font-face {
    font-family: myFont6;
    src: url(./Fonts/BordDemo-axaBa.otf);
}

@font-face {
    font-family: myFont7;
    src: url(./Fonts/GlitchInside-0Wjro.otf);
}

body{
    padding-top: 100px;
}

.navi-items{
    margin-left: 50px;
}

.navi-bar{
    background-color: black !important;
}

.foot-bar{
    background-color: black !important;
    color: whitesmoke;
}

.icon-list{
    display: inline;
}

.item{
    overflow: hidden;
    display: inline;
}

.icon{
    transition: 0.5s ease;
    color: whitesmoke;
}

.item a:hover .icon{
    transform: rotateY(360deg);
}

