@font-face {
    font-family: FC-Iconic-Bold;
    src: url(./font/FC-Iconic-Bold.woff);
}

@font-face {
    font-family: FC-Iconic-Bold;
    src: url(./font/SF-Pro-Display-Medium.woff);
}

.bodymain {
    background-image: url(https://i.pinimg.com/originals/04/3a/50/043a5027a19fa49e32296f929832f01c.gif);
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(5px);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    flex-direction: column;
}

.bodyl {
    background-image: url(https://cdn.discordapp.com/attachments/737563374916730930/867919502426398731/iii.png);
    background-repeat:repeat;
    background-size: auto;
    backdrop-filter: blur(5px);
    position: statics;
    width: auto;
    height: 100%;
    text-align: center;
    align-items: center;
    margin: 0;
}

.navboxmain {
    width: 800px;
    height: 64px;
    background-color: white;
    border-radius: 32px;
    position: absolute;
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.4);
    top: 30px;
    list-style-type: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 45px;
}

.navbox {
    width: 800px;
    height: 64px;
    background-color: white;
    border-radius: 32px;
    position: fixed;
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.4);
    top: 30px;
    list-style-type: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 45px;
}

.imgnav {
    width: 45px;
    height: auto;
}

.navtext {
    font-family: FC-Iconic-Bold;
    color: #45b6fe;
    font-size: 32px;
    text-decoration: none;
}

.imglogo {
    width: 360px;
    height: auto;
    border-radius: 25px;
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.4);
}

.textmain {
    font-family: FC-Iconic-Bold;
    font-size: 144px;
    color: #FFFFFF;
    color: #FFFFFF;
    
}

.bt {
    background-color: #45b6fe;
    padding: 8px 35px;
    border-radius: 35px;
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.4);
}

.btt {
    font-family: FC-Iconic-Bold;
    font-size: 36px;
    color: white;
    text-decoration: none;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}

.p {
    font-family: SF-Pro-Display-Medium;
    color: white;
    font-size: 16px;
    position: absolute;
    bottom: 20px;
}