
.glow-on-hover {
    border: none;
    border-radius: 40px;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    color: #fff;
    background-color: rgb(40,40,40);
    cursor: pointer;
    border-radius: 10px;
    font-family: 'ComicSans MS';
    color: rgb(255, 255, 255);

    text-align: center;
    white-space: nowrap;
    text-size-adjust: none;
}
.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #3d3030, #5f5247, #9b866f, #8d8472, #978c73, #8b8366, #888067, #5f5247, #3d3030);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    
}

.glow-on-hover:active {
    font-size: 20px;
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
    color:crimson
    
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(54, 50, 44);
    left: 0;
    top: 0;
    border-radius: 10px;
    
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

body{
    background: black;
    text-align: center;
}
#wrapper {
    margin-left:auto;
    margin-right:auto;
    width:960px;
}
#container {
    width: 100%;
    margin-left:auto;
    margin-right:auto;
}
canvas{
    width: 600px;
    height: 600px;
    position: absolute;
    top: 10px;
    left: 50px;
}
.canvasOne {
    position: absolute;
    top: 0;
    left: 0;
}
iframe{
    width: 171px;
    height: 266px;
    position: absolute;
    top: 225px;
    left: 450px;
}
#slide1 {
    width: 590px;
    height: 425px;
    position: absolute;
    top: 175px;
    left: 53px;
}
#slide2 {
    width: 181px;
    height: 100px;
    position: absolute;
    top: 410px;
    left: 265px;
}
audio{
    width: 48px;
    height: 25px;
    position: absolute;
    top: 25px;
    left: 330px;
}
.CPUBUttons {
    z-index: 4;
    left: 55vh;
    top: 20vh;
    width: 13.5vh;
    height: 2vh;
}

button {  
    font: 'Consolas';
font-size: 14px;
position: absolute;
z-index: 5;
}
label {  
font-size: 20px;
color:chocolate;
position: absolute;
z-index: 3;
}

#title {
    color: orange;
    background: blue;
    font-size: 16px;
    left: 26vh;
    top: 77.5vh;
    width: 31.5vh;
    height: 3vh;
}

#aboutMe {
 left: 35vh;
 top: 5.5vh;
 width: 13.5vh;
 height: 5vh;
}
#Projects {
 left: 26vh;
 top: 16vh;
 width: 13.5vh;
 height: 5vh;
}

#jsProjects {
 left: 26vh;
 top: 22vh;
 width: 13.5vh;
 height: 5vh;
}
#cProjects {
 left: 26vh;
 top: 28vh;
 width: 13.5vh;
 height: 5vh;
}
#pProjects {
 left: 26vh;
 top: 34vh;
 width: 13.5vh;
 height: 5vh;
}
#about {       
    left: 44vh;
    top: 16vh;
    width: 13.5vh;
    height: 5vh;
}
#exp {
    left: 44vh;
    top: 22vh;
    width: 13.5vh;
    height: 5vh;
}
#job {
    left: 44vh;
    top: 28vh;
    width: 13.5vh;
    height: 5vh;
}

#contact {
    left: 44vh;
    top: 34vh;
    width: 13.5vh;
    height: 5vh;
}

#Name {
    color: gold;
    font-size: 16px;
    left: 25vh;
    top: 41vh;
    width: 16vh;
    height: 5vh;
}
#Name2 {
    color: gold;
    font-size: 16px;
    left: 44vh;
    top: 41vh;
    width: 13.5vh;
    height: 5vh;
}

