body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 80%;
    max-width: 800px;
}

h1 {
    color: #333;
    text-align: center;
}

.memory {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.memory h2 {
    color: #555;
}

.memory p {
    color: #777;
    line-height: 1.6;
}

.memory img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-top: 10px;
}

footer {
    text-align: center;
    margin-top: 20px;
    color: #999;
}
canvas{
	background-color: white;
}
