
body{
    background: linear-gradient(lightslategrey, slategrey, mediumslateblue);
        color: black;
       font: normal 400 15px monospace;
       letter-spacing: 0.2px;
       margin:80;
}
h1, h2 {
    color: maroon; 
    letter-spacing: 1.5px;
    margin-bottom:1px;
}
h1 {font-size: 180px;
    font-weight: 900;
    margin-bottom:1px;
}
h2 {font-size: 125px;
    font-weight: 500;
}
h3 {font-size: 40px;
  font-weight:400;
  }
h4 {font-size: 30px;
  font-weight:400;
  }
ul 
{font-size:24px;
background-color:LightGoldenRodYellow;
margin-right: 70;
margin-left:70 ;
padding-block: 20px;
    }
details {
    margin:10px;
margin-left: 30px;
    }
details::details-content {
    margin-left:30px;
}




