#A{
    overflow: hidden;
    position: relative;
    height: 100px;
    width: 300px;
    border: white thin solid;
    margin: 0 auto ;
    top: 40px;
    animation: A 5s infinite;
}

@keyframes A {
    0% {left: 100px;}
    50% {left: -100px;}
    100% {left: 100px;}
}


h1{
    position: relative;
    font-size: 100px;
    color: blue;
    bottom: 35px;
}
#B{
    overflow: hidden;
    position: relative;
    height: 100px;
    width: 300px;
    border: rgb(255, 255, 255) thin solid;
    margin: 0 auto ;
    top: 50px;
    animation: B 5s infinite;
}

@keyframes B {
    0% {left: -100px;}
    50% {left: 100px;}
    100% {left: -100px;}
}
h2{
    position: relative;
    font-size: 100px;
    color: pink;
    bottom: 35px;
    top: -150px;
}


#C{
    overflow: hidden;
    position: relative;
    height: 100px;
    width: 300px;
    border: white thin solid;
    margin: 0 auto ;
    top: 40px;
    animation: C 5s infinite;
}

@keyframes C {
    0% {left: 100px;}
    50% {left: -100px;}
    100% {left: 100px;}
}



#D{
    overflow: hidden;
    position: relative;
    height: 100px;
    width: 300px;
    border: rgb(255, 255, 255) thin solid;
    margin: 0 auto ;
    top: 50px;
    animation: D 5s infinite;
}

@keyframes D {
    0% {left: -100px;}
    50% {left: 100px;}
    100% {left: -100px;}
}



#E{
    overflow: hidden;
    position: relative;
    height: 100px;
    width: 300px;
    border: white thin solid;
    margin: 0 auto ;
    top: 40px;
    animation: E 5s infinite;
}

@keyframes E {
    0% {left: 100px;}
    50% {left: -100px;}
    100% {left: 100px;}
}


#F{
    overflow: hidden;
    position: relative;
    height: 100px;
    width: 300px;
    border: rgb(255, 255, 255) thin solid;
    margin: 0 auto ;
    top: 50px;
    animation: F 5s infinite;
}

@keyframes F {
    0% {left: -100px;}
    50% {left: 100px;}
    100% {left: -100px;}
}


#lon{
    width: 441px;
    height: 14px;
    position: relative;
    background-color: black;
    margin: 0 auto;
    bottom: 64px;
    left: -21px;
}
#lop{
    width: 421px;
    height: 14px;
    position: relative;
    background-color: black;
    margin: 0 auto;
    bottom: 64px;
    left: -36px;
}
#lol{
    width: 200px;
    height: 50px;
    position: relative;
    background-color: black;
}