#name {
content: url(https://werthorga.000webhostapp.com/ass/werthorga.png); 
height: 67px; 
width: 310px;
margin: auto;
padding: 10px 0px;
}

body {
background: #000000;
}

.topLeft {
font-family: 'Comic Sans MS';
background: #FFFFFF;
margin: 25px 0px;
padding: 0px 30px 0px 30px;
border-style: double;
border-width: 15px;
width: 95%;
}

.topRight {
width: 95%;
background: #FFFFFF;
}

a.logo b span {
font-size: 0;
}

a.logo b span::after {
font-size: 20px;
content: "facebook";
}

#lastLogin {
font-size: 0;
}

#lastLogin::after {
font-size: small;
content: "November 12, 2022";
}

.extended h3 {
font-size: 0;
padding: 20px;
}

.extended h3::after {
font-size: 40px;
content: "the darkness is coming or some stupid shit like that idk";
border: 0px solid black;
}

.url a, .url b {
font-size: 0px;
}

.url a::after {
font-size: 15px;
content: "i couldnt do this";
}

.url b::after {
font-size: 15px;
content: "no one said";
}

@keyframes spin3d {
to {
transform: rotateY(359deg);
}
}


.url {
animation: spin3d 2s linear infinite;
background: white;
}