 .header a {
      color: white;
      text-decoration:none;
    }
    
   .header a:hover {
     animation: fadecolor 0.5s 1; 
     color: greenyellow;
    }
    
    @keyframes fadecolor {
     0% {color: white;}
     100% {color:greenyellow;}
    }
    
    .text {
      padding: 10px !important;
    }
    
    .date {
  color: blue;
}

.text .date {
 margin: -2px !important; 
}

.text h2 {
 margin: 8px 0; 
 color: mediumpurple;
}

p {
 text-indent: 0 !important; 
}

.gobackbutton {
 background: linear-gradient(-50deg, blue, transparent);
 padding: 6px 10px;
 border-radius: 100px;
 margin: 2px;
 margin-bottom: 10px; 
 width: 15%;
 float: right;
 text-align: right;
}

.gobackbutton a {
 text-decoration: none;
 color: white;
 font-family: sans-serif, Tahoma;
 letter-spacing: 2px;
 font-size: 14px;
}