h1 {  font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
    font-family: 'Arial', 'Helvetica', sans-serif;
    letter-spacing: 2px;
    line-height: 1.5;
    background-color: #f5f5f5;
    padding: 20px 40px;
    border-radius: 10px;
    text-shadow:  1px 1px 2px rgba(0, 0, 0, 0.2),
        0 0 5px rgba(0, 0, 0, 0.1);
    border: 2px solid #000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease; }
h1:hover {   color: #fff;
    background-color: #000;
    border: 2px solid #f5f5f5;
    text-shadow:
        2px 2px 4px rgba(255, 255, 255, 0.5);
    transform: scale(1.05); }
.more-link { display: inline-block;
    padding: 7px 20px;
    font-size: 15px;
    font-weight: 5px;
    color: #fff;
    background-color: #333;
    text-align: center;
    text-decoration: none;
    border: 2px solid #333;
    border-radius: 4.5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: auto;
    margin: 7px; }
.more-link:hover { background-color: #f5f5f5;
    color: #333;
    border-color: #f5f5f5;
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }
.more-link:active {
    transform: scale(1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }
.more-link:focus {  outline: none;
    box-shadow: 0 0 0 4px rgba(0, 120, 255, 0.5);}
body{ height: 95vh;
    display: inline-block;
    padding: 20px 40px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 2px solid #333;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: auto;
    margin: 10px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;  }
h3 { color: 	#D3D3D3	;
    font-family: 'Poppins', sans-serif;
    font-weight: 650;
    font-size: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    position: relative;
    z-index: 99; }
h2 { color: #fff;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border: 2px solid #3498db;
    transition: all 0.3s ease; }
h2:hover {   color: #f39c12;
    transform: scale(1.1);
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
    cursor: pointer;}
h2 { animation: typing 3s steps(30) 1s forwards, blink 0.75s step-end infinite;}
@keyframes typing {  from {  width: 0; }
    to {     width: 100%;  }}
@keyframes blink { 50% {   border-color: transparent  }
 {  letter-spacing: 1px;} }
 .home-button { position: fixed;
    top: 0px;
    left:0px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(45deg, #ff6a00, #ee0979);
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    z-index: 9999;
    overflow: hidden; }
  .home-button:before { content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-45deg);
    transition: all 0.4s ease-in-out; }
  .home-button:hover:before { left: 100%;  }
  .home-button:hover { transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); }
  .home-button:active {
    transform: translateY(2px) scale(0.98);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }
 h4   { color: #fff;
        font-family: 'Arial', sans-serif;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.5;
        margin-top: 22px;
        margin-bottom: 20px;
        padding: 10px 20px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
        transition: all 0.3s ease; }
p {font-family: 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 600; }

