


body {
    background-color: black;
    background-size: cover ;
    
}
body {
    font-family:Cormorant ;
    color: rgb(255, 255, 255);
   
}
h1 {
    color: rgb(255, 254, 254);
    font-size: 80px;
    text-align: center;
    margin-top:10cm;
    
   
    
}
h2 {
    font-size: 50px ;
    text-align: center;
    margin-top: 10cm;
}
h3 {
    font-size: 50px;
    text-align: center;
    
    
}
p {
    font-size: 20px;
    text-align: center;
}
    

ol, ol li{
    font-size: 20px;
}
ol {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
h4 {
    color:rgb(255, 251, 251);
    text-align: center;
    border: 2px solid rgb(0, 0, 0);
    margin-left: auto;
    margin-right: auto ;
    width: 1000px ;
    background-color:rgb(0, 0, 0);

    padding:10px;
    margin-top: 20px;
    font-size: 35px;
}
.col {
    width: auto;
    height: auto;
    overflow: hidden;
  }
  .col img{
    object-fit: cover;
    transition: transform 400ms;
  }
  .col:hover img{
    transform: scale(1.05);
  }
  nav{
    margin-top: 0.25cm;
    font-size: 20px;
    background-color: white;
    margin-left: -7%;
   }   
   .bg-light {
    opacity: 1;
    background-color: white !important;
}
a {
    text-decoration: none;
}
.col-2 {
    margin-left: 0%;
    width: 8%;
}
nav{
   margin-top: 1.5%;
   font-size: 20px;
   background-color: white;
   margin-left: -4%;
  }   
   h6 {
    color: rgb(255, 254, 254);
    font-size: 35px;
    text-align: center;
   }
   h6:hover {
    color:rgb(124, 26, 26);
    border: 2px solid rgb(0, 0, 0);
    background-color:rgb(0, 0, 0);
 }