/* Resetting default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body and general styling */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
}

/* Header styling */
header {
    background-color: #333;
    color: #fff;
    padding: 1rem 0;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

header .logo {
    
}

header nav ul {
    list-style: none;
    display: flex;
}

header nav ul li {
    margin-left: 2rem;
}

header nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

/* Hero section */
#hero {
    background: url('https://static.planetminecraft.com/files/image/minecraft/project/2023/306/17135932_l.webp') no-repeat center center/cover;
color: background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);

    text-align: center;
    padding: 5rem 0;
}

#hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

/* About section */
#about {
    background-color: #fff;
    padding: 3rem 0;
    text-align: center;
}

#about h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

/* YouTube section */
#youtube {
    background-color: #e9ecef;
    padding: 3rem 0;
    text-align: center;
}

#youtube h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
    justify-items: center;
}

.video-grid iframe {
    width: 100%;
    height: 200px;
}

/* Twitch section */
#twitch {
    background-color: #fff;
    padding: 3rem 0;
    text-align: center;
}

#twitch h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.twitch-embed iframe {
    width: 100%;
    max-width: 800px;
    height: 400px;
}

/* Contact section */
#contact {
    background-color: #e9ecef;
    padding: 3rem 0;
    text-align: center;
}

#contact h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

form input,
form textarea {
    margin-bottom: 1rem;
    padding: 0
::contentReference[oaicite:0]{index=0}
 
