div.h1{
text-align: center;
font-size: xx-large;
color: white;
text-shadow: lightblue 3px 3px 5px;
background: linear-gradient(130deg,#5b7e91 0%, #4d4c61 60%, #95949a 60% 62%, #ada250 62% ,#726d40 100%);
font-family: serif;
}

h2{
text-align: center;
font-size: x-large;

}


p{
text-align: center;
font-size: x-large;
}

th{
font-size: x-large;
width:150px;
height:35px;
background-color: #192f60;
color: white;
}

td{
font-size: x-large;
}

div.border{
border-top:dotted 5px;
}


div.a{
width:35vw;
float:left;
}
div.b{
width:20vw;
float:left;
}
div.c{
width: 35vw;
float:left;
}
