body {

    margin: 0;

    font-family: Arial, sans-serif;

    background-color: #111;

    color: white;

}


section {

    padding: 120px 40px;

    text-align: center;

}


.hero {

    min-height: 70vh;

    display: flex;

    flex-direction: column;

    justify-content: center;

}


h1 {

    font-size: 80px;

    letter-spacing: 8px;

    text-transform: uppercase;

}


h2 {

    font-size: 45px;

    margin-bottom: 30px;

}


p {

    font-size: 22px;

    line-height: 1.8;

    max-width: 800px;

    margin: auto;

}