body {
    background-color: #8e8279;
    color: white;
                                                                        font-family: 'Cat', sans-serif;
                    
    font-weight: 900;                            
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.container {
    text-align: center;
    margin-top: 50px;
}

h1 {
    font-size: 9em;
    margin: 0;

    font-weight: 100;

}

p {
    font-size: 3em;
    font-weight: 300;
}

.video-container {
    margin-top: 20px;
    /*background-color: white;*/

    padding: 20px;
    border-radius: 20px;
}
video {border-radius:20px}
.socials {
    margin-top: 50px;
    display: flex;
    gap: 20px;
}

.socials a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
}

.contract-address {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contract-address p {
    margin: 0;
}

.contract-address button {
    padding: 10px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1em;
}

.memes {
    margin-top: 50px;
    width: 80%;
    text-align: center;
}

.memes h2 {
    font-size: 9em;
    margin-bottom: 20px;
    font-weight: 200;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.grid img {
    width: 100%;
    border-radius: 10px;
}
