
h1{
    text-align: left;
    font-size: 200px;
    font-family: Helvetica;
}
span{
    color: lightpink;
    
    font-size: 80px;
    font-family: Echo Station Gradient;
    background-color: #ababab;
    background-color:lightyellow;
    border: 10px lightpink solid;
}
.bold{
     color: hotpink;
    font-size: 130px;
    font-weight: bold;
}

.crazy{
     color: greenyellow;
    font-size: 50px;
    font-weight: bold;
    font-family: terrortoons;
}

.big{
     color: blue;
    font-size: 100px;
    font-weight: bold;
    
}

p{
    
    
    
  
    font-family: helvetica;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.5;
    text-align:justify;
    
}

.flamingo{
    background-color: hotpink;
}

.chicken{
    
}

#firstsec{
    font-family: monospace;
}

#special-paragraph{
    color: red;
}

a{
    font-family: Helvetica;
    font-size: 64px;
    color:red;
    font-weight: bold;
    text-decoration: none;
    
    
}
a:hover {
    text-decoration: line-through;
   
    font-size: 90px;
    color:crimson;
    font-weight: bold;
    
    
}

a:visited {
    text-decoration: line-through;
}

div{
    border: 3px dashed green;
}

body {
 background-image: url("pop.jpg");
    background-repeat: no-repeat;
    background-image: 500px;
}