body {
    background: url('bgpoolbottom.gif');
    color: white;
    text-shadow: 1px 1px black;
}
#main {
    padding: 14px;
    background: #ffffff46;
    min-width: 620px;
}
h1 {
    text-shadow: 2px 2px black;
}
h2 {
    text-shadow: 2px 2px black;
    animation: thing 2s none;
}
#a {
    font-size: 24px;
    margin-bottom: 6px;
    margin-top: 10px;
}
#c {
    font-size: 20px;
}
#b {
    display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
min-height: 90vh;
}
a {
    color: white;
}
@keyframes thing {
    from {opacity: 0%; transform: translateY(20px);}
    to {opacity: 100%;}
}
p {
    text-decoration: underline;
    cursor:pointer;
}