html,
body {
	margin: 0;
	padding: 0;
	background: #000;
	min-height: 100vh;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

canvas {
	display: block;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	width: 100% !important;
	height: auto !important;
	max-width: 800px;
}

/* Remove wood grain from h1 (revert to original style) */
h1 {
	margin: 10px 0 2px 0;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	color: #e6e6e6;
	font-family: Arial, sans-serif;
}

/* Remove all the wood grain related styles */
.eddie-name {
	display: inline-block;
	font-size: 48px;
	font-weight: normal;
}

/* Make sure the date stays consistent with the new design */
.date {
	margin: 0 0 0 0;
	font-size: 18px;
	color: #999;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	text-align: center;
	font-family: Arial, sans-serif;
}

main {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}

.content-wrapper {
	width: 100%;
	max-width: 800px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#canvas-container {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

#name-container {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#description-container {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	color: #ccc;
	font-size: 20px;
	line-height: 1.5;
}

.eddie-link {
	margin-bottom: 20px;
	text-align: center;
}

.eddie-link a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: #999;
	transition: opacity 0.2s;
}

.eddie-link a:hover {
	opacity: 0.8;
}

.eddie-logo {
	width: auto;
	height: 35px;
	margin-bottom: 10px;
}

.eddie-link span {
	font-size: 16px;
}

/* Add responsive styles for title and date */
@media screen and (max-width: 768px) {
    .content-wrapper {
        max-width: 100%;
        padding: 0 15px;
    }

    #canvas-container {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    canvas {
        border-radius: 20px;
    }

    h1 {
        font-size: 30px !important;
		margin: 10px 0 2px 0;
        padding: 0 20px;
    }

    .date {
        font-size: 24px;
        margin: 2px 0 0 0;
    }
}

/* Even larger for small phones */
@media screen and (max-width: 480px) {
    h1 {
        font-size: 20px !important;
		margin: 10px 0 2px 0;
    }

    .date {
        font-size: 14px !important;
        margin: 2px 0 0 0;
    }
}

#eddie-name {
    color: #fff;
    text-align: center;
    margin: 0 0 0 0;
    font-family: Arial, sans-serif;
    font-size: 48px;
    text-decoration: none;
    cursor: pointer;
}

#eddie-name a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s;
}

#eddie-name a:hover {
    opacity: 0.8;
}

#eddie-description {
    color: #999;
    text-align: center;
	margin: 0px auto 20px auto;
    font-family: Arial, sans-serif;
    font-size: 28px;
    max-width: 800px;
    padding: 0 20px;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    #eddie-name {
        font-size: 34px;
        margin: 0 0 0 0;
    }
    
    #eddie-description {
        font-size: 24px;
        margin: 0px auto 20px auto;
    }
}

@media screen and (max-width: 480px) {
    #eddie-name {
        font-size: 24px;
        margin: 0 0 0 0;
    }
    
    #eddie-description {
        font-size: 16px;
        margin: 0px auto 20px auto;
    }
}

/* Add these styles to your existing CSS */
.no-js-message {
    background: #202020;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    text-align: center;
    border-radius: 8px;
}

.static-link {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #404040;
    color: #e6e6e6;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.static-link:hover {
    background: #505050;
}

/* Add styles for the static version */
.eddie-image {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.eddie-image img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.eddie-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

/* Add these styles to your existing CSS */
.static-content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.static-content .eddie-image {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.static-content .eddie-image img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.static-content .eddie-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.static-content .eddie-name {
    color: #fff;
    font-size: 48px;
    margin: 20px 0;
}

.static-content .eddie-description {
    color: #999;
    font-size: 28px;
    line-height: 1.4;
    margin: 20px 0;
}

@media screen and (max-width: 768px) {
    .static-content .eddie-name {
        font-size: 34px;
    }
    
    .static-content .eddie-description {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .static-content .eddie-name {
        font-size: 24px;
    }
    
    .static-content .eddie-description {
        font-size: 16px;
    }
}