body {
    margin: 0;
    padding: 0;
    background: white;
    color: #393130;
    line-height: 1.6;
    font-family: "Patrick Hand", cursive;
    font-weight: 800;
}

.main-container {
    max-width: 70%;
    margin: 0 auto;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.token-gif {
    width: 85px;
    height: 85px;
}

.logo h1 {
    font-size: 2em;
}

.social-links img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: 5px;
}

.main-image {
    text-align: center;
    margin: 30px 0;
}

.main-image img {
    max-width: 100%;
    height: auto;
}

.contract-address {
    text-align: center;
    margin: 30px 0;
}

.contract-address p {
    font-size: 1.4em;
    font-weight: 600;
}

.description {
    text-align: center;
    margin-top: 30px;
    max-width: 70%;
    margin-left: 200px;
}

.description p {
    font-size: 1.6em;
    font-weight: 250;
}

.daily-life {
    text-align: center;
    margin-top: 30px;
}

.daily-life p {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 20px;
}

.image-gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.gallery-item {
    text-align: center;
}

.gallery-item img {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.gallery-item p {
    font-size: 1.5em;
}

.milkycow-plan {
    text-align: center;
    margin: 30px 0;
}

.milkycow-plan p {
    font-size: 8em;
    font-weight: 800;
    line-height: 0;
}

.gif-section {
    display: flex;
    justify-content: center;
    gap: 200px;
}

.gif-item img {
    max-width: 350px;
    height: 300px;
}

.details-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
    justify-content: center;
}

.detail-item {
    flex: 1;
    max-width: 250px;
    box-sizing: border-box;
    text-align: center;
}

.detail-item p {
    font-size: 1.5em;
    font-weight: 250;
    line-height: 1.6;
    margin: 0;
}

.detail-item h2 {
    font-size: 1.7em;
    font-weight: 600;
    margin: 0;
}

.fanart-section {
    text-align: center;
    margin: 30px 0;
}

.fanart-title {
    font-size: 8em;
    font-weight: 800;
    line-height: 0;
}

.fanart-image img {
    max-width: 512px;
    height: 512px;
}

footer {
    text-align: center;
    font-size: 1em;
    font-weight: 150;
    line-height: 0;
}
