body {
    background-color: #0b0b0b;
    color: #ffffff;
    font-family: 'Impact', 'Arial Black', sans-serif;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-transform: uppercase;
}

.brand-container {
    text-align: center;
    border: 4px solid #ffffff;
    padding: 40px;
    background-color: #000000;
    box-shadow: 10px 10px 0px #333333;
}

h1 {
    font-size: 3rem;
    margin: 0 0 10px 0;
}

.tagline {
    font-family: Arial, sans-serif;
    font-size: 0.9rem;
    color: #888888;
    margin-bottom: 30px;
    letter-spacing: 4px;
}

.hobbies-list {
    list-style: none;
    padding: 0;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
}

.hobbies-list li {
    margin: 15px 0;
    font-size: 1.2rem;
    background: #222;
    padding: 10px 20px;
}

.cta-link {
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

 .interactive-btn {
    display: block;
    width: 100%;
    background-color: transparent;
    color: #ffffff;
    border: 2px dashed #ffffff;
    padding: 12px;
    margin-top: 25px; /* Adds space above the button */
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-sizing: border-box; /* Keeps the button inside the box lines */
}

.interactive-btn:hover {
    background-color: #ffffff;
    color: #000000;
}

            
            

                      

                            
                                    
                                                            
                                                                    

