
#button:hover{ 
    transform: scale(120%);
  background-color:  #D6E0E2;
    transition:0.5s;
    color: #15292A;
}

#button2:hover{ 
    transform: scale(120%);
  background-color:  #162A2B;
    transition:0.5s;
    color: #D6E0E2;
}


.touchdesigner:hover{ 
transform: scale(102%);
    border: 10px solid #5E6C5B;
    transition:0.5s;
}

nav ul li{ 
transition: color 1s;
opacity: 1;
}

nav ul li:hover{ 
opacity: 0.25;
transition: opacity 500ms;
}

img:hover{ 
transform: scale(102%);
    border: 10px solid #5E6C5B;
    transition:0.5s;
}

