.home-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
    padding: 20px;
}

.logo {
    width: 300px;
    height: auto;
    margin-bottom: 20px;
}

.main-title {
    font-size: 3.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 50px;
    color: white;
}

.nav-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 350px;
}

.nav-btn {
    padding: 20px;
    font-size: 1.2rem;
    letter-spacing: 2px;
    border-radius: 12px;
    text-align: center;
}