body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    overflow: hidden;
}

.background-container {
    background-image: url('gg.webp');
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.text-content {
    text-align: center;
    margin-bottom: 50px;
    color: white;
    text-shadow: 2px 2px 4px black;
}

h1 {
    font-size: 4rem;
    margin: 0;
    color: #ffcc00;
}

p {
    font-size: 1.5rem;
    margin-top: 10px;
}