﻿* {
    padding: 0;
    margin: 0;
}
/*body {
    background-image: url(/Images/魔法少女5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}*/
.middle {
    margin-top: 7px;
}

.nav li a {
    font-size: 1.8rem;
}

.items-top {
    margin-top: 0px;
}



.container-head {
    background-color: #00cffb;
}

.nav-list li a {
    color: white;
}

.scrolling-text {
    white-space: nowrap;
    line-height: 30px;
    border:0px solid #ff0000;
    font-size: 1.8rem;
    white-space: nowrap; 
    width:100%;
    color:#16b777;
    position:relative;left:0;
    animation:scroll 40s linear infinite;
}

.diplay {
    display: none;
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
