body {
    font-family: sans-serif;
    margin: 0;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background-color: #2c3e50;
    color: white;
    padding: 20px 0;
    text-align: center;
}

#typing-title {
    font-size: 2.5em;
    font-weight: bold;
}

.banner {
    width: 80%;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.banner img {
    width: 100%;
    display: block;
}

.links {
    width: 60%;
    margin: 30px auto;
    text-align: center;
}

.links table {
    width: 100%;
    border-collapse: collapse;
}

.links td {
    padding: 10px;
    border: 1px solid #ddd;
}

.links a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

.description {
    width: 70%;
    margin: 30px auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.description h2 {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 15px;
}

.description ul {
    list-style: disc;
    padding-left: 20px;
}

.description li {
    margin-bottom: 10px;
    line-height: 1.6;
}

#animationCanvas {
    display: block;
    margin: 20px auto;
    border: 1px solid #ccc;
}