Educational Model
:root {
--primary: #ff6900;
--secondary: #333;
--light: #f9f9f9;
--gray: #e0e0e0;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1 {
color: var(--primary);
font-size: 2.5rem;
margin-bottom: 1.5rem;
text-align: center;
position: relative;
padding-bottom: 15px;
}
h1::after {
content: '';
position: absolute;
bottom: 0;
le