h1 {
    text-align: center;
    font-size: 8vh;
    font-family: cursive;
    display: inline;
    vertical-align: middle;
    color: cornflowerblue;
}

p {
    color: cornflowerblue;
}

a {
    text-align: center;
    font-size: 4vh;
    display: inline;
    vertical-align: middle;
}

img {
    background-blend-mode: multiply;
}

td {
    text-align: center;
    font-size: 8vh;
    font-family: cursive;
    display: inline;
    vertical-align: middle;
    color: cornflowerblue;
}

.header {
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link-div {
    height: 20vh; 
    text-align: center; 
    display: flex; 
    align-items: center;
    justify-content: center;
    margin-bottom: 1%;
}