body {
   background-color: bisque;
   text-align: center;
}
#html {
   color: red;
}
#css {
   color: blue;
}
#js {
   color: darkorange;
}
