body{background-image:url('../images/fon.webp')}.id{background:#dfdfd3;height:50px;font-size:25px;text-align:center;background-image:url('../images/fon1.webp')}.tov{width:300px;height:745px;margin:10px 10px 0 0;border:3px solid #000;display:inline-block;border-bottom-left-radius:40px}.img{text-align:center;margin:20px auto}.h2{color:#122ed5;-webkit-text-stroke:1px #000;font-size:25px}.raz{font-size:25px;background-image:linear-gradient(red,yellow,green)}.kov{font-size:23px;background-image:linear-gradient(green,yellow,red)}.neon-text{font-size:2rem;color:#fff;text-shadow:0 0 5px #ff005e,0 0 10px #ff005e,0 0 20px #ff005e,0 0 40px #ff005e,0 0 80px #ff005e;animation:glow 1.5s infinite alternate}@keyframes glow{0%{text-shadow:0 0 5px #ff005e,0 0 10px #ff005e,0 0 20px #ff005e,0 0 40px #ff005e,0 0 80px #ff005e}100%{text-shadow:0 0 10px #00d4ff,0 0 20px #00d4ff,0 0 40px #00d4ff,0 0 80px #00d4ff,0 0 160px #00d4ff}}.box{display:flex}.box .inner{width:100%;height:50px;line-height:40px;font-size:1em;font-family:sans-serif;font-weight:bold;white-space:nowrap;overflow:hidden}.box .inner:first-child{background-color:#cd5c5c;color:#8b0000;transform-origin:right;transform:perspective(300px) rotateY(-15deg)}.box .inner:last-child{background-color:#f08080;color:#faebd7;transform-origin:left;transform:perspective(300px) rotateY(15deg)}.box .inner span{position:absolute;animation:marquee 10s linear infinite}.box .inner:first-child span{animation-delay:3s;left:-100%}@keyframes marquee{from{left:100%}to{left:-100%}}img.rot{animation:15s linear 0s normal none infinite running rot;-webkit-animation:15s linear 0s normal none infinite running rot;width:250px}@keyframes rot{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes rot{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media screen and (max-width:550px){.id{height:70px}.tov{display:block;margin:10px auto}}