


body {
  background-image: url(bg.png);
  background-size: cover;
}


h1{ color:#b90202; 
    font-family:times new roman;
        font-size:67px;
    text-align: center;
    font-weight: 950;
    text-shadow: 2px 2px 45px rgb(178, 0, 0);
     
}   

h2 { font-family:times new roman;
    color:#6e6969;
        font-size:30px;
    text-align: center;
    font-weight: 950;
    text-shadow: 2px 2px 45px rgb(255, 255, 255);
   }

main{
   
    margin: 15px;
    font-size: 15
        px;
    text-align: center;
    display:grid;
    gap: 15px;
    padding:0 55px 0 55px;
    
}
    main section{
    background-color: #270505;
    box-shadow: inset 0 0 10px white;
    padding:10px;
}

main section:hover {
    transform:scale (1,1); 
 background-color: #bebcbc;
 
}

p:hover {color:white;}
footer:hover {background-color: #581b08;}

p{font-family:times new roman;
    color:whitesmoke;
        font-size:20px;
    text-align: center; 
    padding-top:40px;


}

.timeline p {
    font-size:15px;
    padding:0;
    text-align: left;
    
}

.timeline h3, h4 {
    color:#ffffff;
    font-size: 1.5rem;
    text-shadow:4px 2px rgb(255, 9, 9);
    
}


.caseoverview h3, h4 {
    color:#ffffff;
    font-size: 1.5rem;
    text-shadow:4px 2px rgb(255, 9, 9);
}

.caseoverview p {
    font-size:15px;
    padding:0;
    text-align: left;}

a {color:red; text-decoration: none;}
    

.caseoverview ul {
    color:white;font-size: 15px;
    }
    
.victims h3 {
    color:#ffffff;
    font-size: 1.5rem;
    text-shadow:4px 2px rgb(255, 9, 9);}
    
