#smsg {  
  font-size: 0px;
  margin: 0px;
}
#smsg::after {
  font-size: 20px;
  content: "морской объект объект пенис ол ол ол!";
  position: absolute;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: scroll-left 2s linear infinite;
  -webkit-animation: scroll-left 2s linear infinite;
  animation: scroll-left 20s linear infinite;
}

        @-moz-keyframes scroll-left {
            0% {
                -moz-transform: translateX(100%);
            }
            100% {
                -moz-transform: translateX(-100%);
            }
        }
        
        @-webkit-keyframes scroll-left {
            0% {
                -webkit-transform: translateX(100%);
            }
            100% {
                -webkit-transform: translateX(-100%);
            }
        }
        
		@keyframes scroll-left {
            0% {
                -moz-transform: translateX(100%);
                -webkit-transform: translateX(100%);
                transform: translateX(100%);
            }
            100% {
                -moz-transform: translateX(-100%);
                -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
            }
        }

.lefthanduserinfo {
	border-radius: 10px;
	background-color: white;

}

h1.username::after {
	content: url(https://cdn.discordapp.com/attachments/841907068440412163/942081050841088030/Coat_of_Arms_of_the_Russian_Federation.svg_2.png);
}


p#wish.text1 {
  visibility: hidden;
}
p#wish.text1::before{
  content: "alo";
  visibility: visible;
  color: white;
}
h1.username {
  background-image: linear-gradient(to right, white, blue, red);
  -webkit-background-clip: text;
  color: transparent;
}
p#wishtomeet::after {
  content: url(" https://cdn.discordapp.com/attachments/841907068440412163/894982147717341194/acfa58f9-3466-465b-9b3d-c859f7d9e79e.gif");
  background-size: 40px 40px;
}

p#wishtomeet {
  background-szie: contain;
}
div.headerTop a:before {
  content: "coveryourselfinoil.gov.ru";
  visibility: visible;
  font-weight: bold;
  background-color: transparent;
  color: black;
  -webkit-background-clip: text;
  font-size: 40px;
}

div.headerTop {
  font-weight: bold;
  visibility: hidden;
}
div.header {
  background-image: url("https://cdn.discordapp.com/attachments/841907068440412163/895111100801089537/Flag_of_Russia.gif");
  background-size: contain;
  animation: w 15s infinite; 
}
@keyframes w {
  0%{background-position:0 0;}
  100%{background-position:01920px 0;}
}
div.headerBottom {
  background-color: transparent;
}
.unfriend {
  visibility: hidden;
}
.unfriend:before {
  content: "удалить из друзей ";
  visibility: visible;
}
.friend:before {
  content: "добавить в друзья ";
}
.block:before {
  content: "блокировать ";
}
p#mybio:before {
  content: " ''";
}
p#mybio:after {
  content: "''     - Vladivir Putin";
}
div.contactInfoTop {
  background-color: red;
  animation: w 15s infinite;
}

#bio img {
  background-image: url("https://cdn.discordapp.com/attachments/841907068440412163/895277603601125406/image0.jpg"};
}

