        div.black{
            position: absolute;
            z-index: -1;
            justify-content: center;
            text-align: center;
            align-items: center;
            height: 1250px;
            width: 100%;
            background-color: rgb(36, 0, 36);
        }

     div.title{
            margin-top: 35px;
            height: 1200px;
            width: 100%;
            color: white;
            font-size: 40px;
            font-weight: bold;
            font-family: Ubuntu, Verdana, sans-serif;
            background-color: rgb(0,0,255);
        }
          div.subtitle{
	      color: white;
              font-size: 20px;
          }

 
