html,
body {
    margin-top: 20px;
    margin-top: 2%;
    margin-left: 20px;
    margin-right-20px;
    margin-left: 8%;
    margin-right: 8%;
    overflow-x: hidden;
}

p {
    color: B2F2FF;
}

@font-face {
    font-family: font;
    src: url('font2.woff') format('woff');
}

body {
    background-color: 151617;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-top: .3vh;
}

#main {
    line-height: 80%;
    padding: 1%font-size:22px;
    font-size: 2.5vh;
    font-family: font;
    position: absolute;
}

#bann {
    color: D2ECEF;
    font-size: 32px;
    font-weight: 650;
    font-size: 3vh;
    font-family: font;
}

#topbann {
    color: D2ECEF;
    font-size: 36px;
    font-weight: 650;
    font-size: 4vh;
    font-family: font;
}

#link {
    color: 5f787d;
    font-size: 30px;
    font-weight: 600;
    font-size: 2.7vh;
    margin-top: -1vh;
    font-family: font;
    white-space: pre-line;
}

#float {
    display: inline-block;
    animation: rotation 15s alternate linear infinite;
    width: 95vw;
    max-width: 90%;
    max-height: 25vw;
    height: auto;
}

img {
    max-width: 90%;
    height: auto;
    width: auto;
}

#text {
    font-family: font;
    font-weight: 500;
    line-height: 130%;
    margin-left: 20px;
    margin-right: 20px;
    color: D2ECEF;
    font-size: 2.4vh;
}

#text2 {
    font-family: font;
    font-weight: 500;
    line-height: 10%;
    margin-left: 20px;
    margin-bottom:4vh;
    margin-right: 20px;
    color: D2ECEF;
    font-size: 3vh;
}

.co {
    position: element(#text);
    transform: translateY(0);
}

#texthl {
    offset-path: path('M 0,0 Q 0,0 0,0 Q 10,10 -10,-10 Q 0,0 0,0');
    offset-position: center;
    animation: sanity 3000ms infinite alternate ease-in-out;
    font-weight: 470;
    line-height: 118%;
    margin-left: 20px;
    margin-right: 20px;
    color: white;
    font-size: 1.25vh, .9vw, 22px;
}

a:link {
    color: 8fbbc4;
}

.neon {
    animation: neon alternate-reverse 12s ease-in infinite;
}

@keyframes rotation {
    from {
        transform: rotate(4deg);

    }

    to {
        transform: rotate(-4deg);

    }
}

@keyframes neon {
    0% {
        filter: contrast(160%);
        filter: invert(80%);
    }

    35% {
        filter: contrast(0%);
        filter: invert(0%);
    }

    100% {
        filter: contrast(0%);
        filter: invert(0%);
    }

    @keyframes sanity {
        0% {
            offset-distance: 0%;
        }

        100% {
            offset-distance: 25%;
        }
    }