
body {
    margin: 0;
    overflow: hidden;
    background-color: rgb(36,39,41);
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
    overflow: auto; /* Enables scrolling */
}
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
h1, h2 {
    margin: 0;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}
h1:hover, h2:hover {
    color: #70C3FF;
}
#skillCanvas {
    width: 300px;
    height: 300px;
    margin: 20px auto;
}