.rainbow {
    background-image: linear-gradient(to left, blue, deepskyblue, powderblue, blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
text-align:center;
    font-size: 100;
}

a {color:steelblue}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.intro {margin:auto;
width:75%;
text-align: center;}

head {margin:auto;
text-align: center;}

table {
    border: 1px;
    color: cornflowerblue;
    border-style: dashed;
    padding: 5px;
    column-span: 10px;
        background:aliceblue;
}

tr { border: 1px;
    border-color:deepskyblue;
    border-style:dashed;
}
    
    td { border: 1px;
    border-color:powderblue;
    border-style:dashed;
padding:5px;
}

