* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
   }
   
   html,
   body {
     width: 100%;
     height: 100%;
     background-color: #121212;
   }
  
   
   #Head1 {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 200px;
     margin: 20px;
     padding-top: 150px;
     padding-bottom: 10px;
     text-align: center;
   }
   #Head2 {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100px;
     margin: 20px;
     padding-top: 100px;
     padding-bottom: 100px;
     text-align: center;
   }
   h1 {
     color: aliceblue;
   }
    

   h3 {
     color: green;
     position: absolute;
     bottom: 1%;
     right: 3%;
     width: 150px;
     text-align: left;
   }
   #T,#D{
    
     color: blue;
          font-size: 25px;
          background-color: orange;
          padding: 2px 75px;
          margin-top: 10px;
          border-radius: 10px;
          border-radius: 20px;
          border: solid;
          border-width: 1px;
          border-color: white;
          box-shadow: 0 6px 10px 0 rgba(156, 154, 154, 0.19),
            0 8px 22px 0 rgba(156, 154, 154, 0.19);
   }
  
