 body {
  background-color: lightblue;
  color: white;
  font-family: Verdana;
}

        h1 {
            color: blue;
        }
        h1, h2 {
            text-align: center;
        }
        div {
          /*setting alpha = 1*/
            background: rgb(33, 33, 33);
            padding: 40px;
            
        }
     
      
 
 .my-custom-divider {
        width: 100%; /* Full width */
        height: 1px; /* Thin line */
        background-color: #ededed; /* Color of the divider */
        opacity: 0.8; /* Set opacity to 70% */