a {
    color: inherit;
    text-decoration: none;
}
canvas { position: fixed; top: 0; left: 0; z-index: -1; }
body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
    overflow: hidden;
}
.container {
    display: flex;
    align-items: start;
    gap: 20px;
    margin-top: -40px;
    margin-left: -200px;
}
.title {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    font-weight: bold;
    color: #f6e8ff;
}
.subtitle {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: lighter;
}
#videoElement {
    border: 2px solid #780078;
    max-width: 800px;
    max-height: 90vh;
}
.menu {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1.5px solid #780078;
    border-radius: 10px;
    height: 463px;
}
.menu-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    color: #dfd2f0;
}
.menu-subtitle {
    font-size: 12px;
    text-align: center;
    margin-bottom: 35px;
    font-weight: lighter;
    color: #9f8fb3;
}
.menu-item {
    margin: 10px 0;
    cursor: pointer;
    color: #C8B8DB;
}
.menu-item:hover {
    color: antiquewhite;
}
footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #280628;
    color: #C8B8DB;
    padding: 10px 20px;
}
.footer-left {
    display: flex;
    align-items: center;
}
.footer-right {
    display: block;
    text-align: right;
    margin-right: 40px;
}
.footer-title {
    color: #F9F4F5;
    font-weight: bold;
    font-size: 25px;
}
#Instagram, #Github, #LinkedIn {
    font-size: 17px;
}
#Instagram { color: #d497cc; }
#Github { color: #FFFFFF; }
#LinkedIn { color: #0e76a8; }
