
.teksti{
 text-align: center;    
font-size: 50px;    
height: 100px;
width: 150px; 
background-color:rgb(159, 0, 145);
      
}
.uwu{
font-size: 60px;    
background-color:rgb(182,0,95);
height: 75px;
width: 400px;
font-family:"lucida console" monospace;
}
.third{
color:green;    
text-align: right;    
font-size: 35px;    
border: 6px dotted rgb(255, 98, 255);
border-bottom:solid rgb(255, 98, 255);
border-left:solid rgb(24,255,166);
border-radius: 9px
height: 60px;
width: 400px;
}
body {
 background-image: url("https://i.pinimg.com/originals/da/18/77/da187754a16af4b8bc1979014bfde056.png");
 background-position:center
    ;
    background-repeat: no-repeat
    ;
    background-size:cover
    ;
    background-color:rgb(182,0,95);
}    