* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 20px;
    font-family: 'Cuprum', sans-serif;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}


img {
    border: 2px solid rgb(0, 169, 216);
    border-radius: 50%;
    box-shadow: 0px 0px, 0px 0px 50px rgb(81, 0, 173);
    animation-name: colorChange;
    animation-duration: 45s;

    @keyframes colorChange{
    12.5%{border:rgb(230, 0, 46) ;}
    25%{border:rgb(230, 107, 0) ;}
    37.5%{border:rgb(234, 234, 0) ;}
    50%{border:rgb(37, 224, 0) ;}
    62.5%{border:rgb(0, 0, 0) ;}
    75%{border:rgb(4, 0, 227) ;}
    87.5%{border:rgb(112, 0, 217) ;}
    100%{border:rgb(228, 0, 0) ;}
}
}
html, body {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    overflow-y: auto;
    height: 100%;
    min-height: 100vh;
    user-select: none;
    -webkit-user-select: none;    
}

#backgroundCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: 1 !important;
}
main {
    margin-left: 20px;
    margin-right: 20px;
}

#header{
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    /*animation-name: colorChange;
    animation-duration: 45s;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;*/
    display: flex;
    justify-content: space-evenly;
    text-shadow: 0px 0px 3px rgb(220,20,60);
    background-color: rgb(17, 17, 17);
    height: 50px;
    align-items: center;
}
/*@keyframes colorChange{
    12.5%{background-color:rgb(72, 0, 14) ;}
    25%{background-color:rgb(230, 0, 0) ;}
    37.5%{background-color:rgb(234, 113, 0) ;}
    50%{background-color:rgb(190, 224, 0) ;}
    62.5%{background-color:rgb(45, 226, 0) ;}
    75%{background-color:rgb(0, 19, 227) ;}
    87.5%{background-color:rgb(148, 0, 217) ;}
    100%{background-color:rgb(228, 0, 0) ;}
}*/

#hname {color: rgb(0, 0, 0);
    text-align: center;
    /*animation-name: colorChange;
    animation-duration: 45s;*/
    border-radius: 60%;
    text-shadow: 0px 0px 5px rgb(255, 0, 0);
    height: 40px;
    text-align: center;
    font-size: 40px;
}

@keyframes colorChange{
    12.5%{background-color:rgb(72, 0, 14) ;}
    25%{background-color:rgb(230, 0, 0) ;}
    37.5%{background-color:rgb(234, 113, 0) ;}
    50%{background-color:rgb(190, 224, 0) ;}
    62.5%{background-color:rgb(45, 226, 0) ;}
    75%{background-color:rgb(0, 19, 227) ;}
    87.5%{background-color:rgb(148, 0, 217) ;}
    100%{background-color:rgb(228, 0, 0) ;}
}

#bio {
    color: rgb(0, 0, 0);
    text-align: center;
    /*animation-name: colorChange;
    animation-duration: 45s;*/
    border-radius: 60%;
    text-shadow: 0px 0px 3px rgb(39, 237, 255);

/*@keyframes colorChange{
    12.5%{background-color:rgb(230, 0, 46) ;}
    25%{background-color:rgb(230, 107, 0) ;}
    37.5%{background-color:rgb(234, 234, 0) ;}
    50%{background-color:rgb(37, 224, 0) ;}
    62.5%{background-color:rgb(0, 0, 0) ;}
    75%{background-color:rgb(4, 0, 227) ;}
    87.5%{background-color:rgb(112, 0, 217) ;}
    100%{background-color:rgb(228, 0, 0) ;}
}*/
}

#contact{
    color: rgb(0, 0, 0);
    box-shadow: darkorange;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(17, 17, 17);
    height: 60px;
    text-shadow: 0px 0px 5px rgb(64, 255, 0);

}
#contact div01{
    text-align: center;

}

#linke {
    color: rgb(0, 0, 0);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(17, 17, 17);
    height: 60px;
    text-shadow: 0px 0px 5px rgb(64, 255, 0);
}

.navbar ul{
    list-style-type: none;
    text-align: center;
    background-color: rgb(30, 30, 30);
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    opacity: 0.9;
    margin-left: 50px;
    margin-right: 50px;

}

.navbar a{
    color: rgb(101, 101, 101);
    text-decoration: none;
    padding: 18px;
    display: block;
    text-align: center;
    text-shadow: 0px 0px 6px rgb(0, 0, 0);
    font-size: larger;
}
.navbar a:hover{
    opacity: 0.8;
    background-color: rgb(0, 145, 198, 0.5);
    color: black;
    animation-name: colorChange;
    animation-duration: 45s;
    text-shadow: 0px 0px 2px rgb(0, 0, 0) ;

@keyframes colorChange{
    12.5%{background-color:rgb(230, 0, 46) ;}
    25%{background-color:rgb(230, 107, 0) ;}
    37.5%{background-color:rgb(234, 234, 0) ;}
    50%{background-color:rgb(37, 224, 0) ;}
    62.5%{background-color:rgb(0, 0, 0) ;}
    75%{background-color:rgb(4, 0, 227) ;}
    87.5%{background-color:rgb(112, 0, 217) ;}
    100%{background-color:rgb(228, 0, 0) ;}
}}
.verpos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 25px;

}

.verpos button{
    border-radius: 15%;
    width: 100px;
    height: 30px;
    color: rgb(153, 0, 255, 0.8);
    background-color: rgb(19, 19, 19);
}

.verpos button:hover{
    background-color: rgba(235, 98, 0, 0.5);
    color: black;
    animation-name: colorChange;
    animation-duration: 45s;

@keyframes colorChange{
    12.5%{background-color:rgb(230, 0, 46) ;}
    25%{background-color:rgb(230, 107, 0) ;}
    37.5%{background-color:rgb(234, 234, 0) ;}
    50%{background-color:rgb(37, 224, 0) ;}
    62.5%{background-color:rgb(0, 0, 0) ;}
    75%{background-color:rgb(4, 0, 227) ;}
    87.5%{background-color:rgb(112, 0, 217) ;}
    100%{background-color:rgb(228, 0, 0) ;}
}}

#backgroundCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Ensure the canvas is behind other content */
}
.toppage br {
    opacity: 0.2 !important;


}
