
#container {
  max-width: 1080px ;
    margin-left: 72px ;
  margin-right: 72px;
}


#content {
    font-family: "Raavi", serif;
  text-align:center
    }


body {
  background-color: #010101;
}


img {
    
    max-width: 100%;
}


a { text-decoration : none; color : #000; }

.blood_red {
    color: #6b0f04;
}

.page-section {
  margin-top: 25px;
}

a:link {
    color: #000;
}

a:visited {
    color: #000;
}

a:hover {
    color: #6b0f04;
    
    }

