.landing {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
}

.landing-content {
    text-align: center;
}

.landing-content h1 {
    font-size: 40px;
    margin-bottom: 50px;
}

.landing-content p {
    font-size: 15px;
    color: #555;
    margin-bottom: 30px;
}