body{
    background-color: aliceblue;
    margin: 0;
    text-align: center;
}
.top-bar{
    position: fixed;
    height: 50px;
    width: 100%;
    background-color: lightskyblue;
    text-align: center;
    padding-top: 25px;
    box-shadow: 1px 0px 20px darkgray;

}
a{
    text-decoration: none;
    color: darkslategrey;
    padding: 50px;
}
a:hover{
    text-shadow: 2px 2px 4px lightgray;
    position: relative;
    bottom: 1px;
    right: 1px;
}
#covidlink{
    display: block;
    margin: 20px auto 20px 50px;
}
h1{
    margin-bottom: 0;
}
.welcome{
    position: relative;
    top: 100px;
}
.split{
    size: 100px;
    background-color: mintcream;
    border:none;
}
.story{
    width: 70%;
    margin: auto;
    line-height: 2em;
    font-size: 22px;
}
.story-credit{
    font-size: 20px;
    color: #001a22;
}
.mainTable{
    border: 1px solid;
    border-collapse: collapse;
}