html {
    background-color: rgb(59, 180, 255);
    font-family: sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10vh;
    height: 80vh;
}

h1 {
    color: white;
    text-shadow: 10px 0 10px blue;
    align-self: center;
    font-size: 72pt;
    font-weight: 900;
    flex: 0 0 auto;
}

p {
    color: black;
    font-size: 20pt;
    line-height: 48px;
    text-align: center;
}

a {
    align-self: center;
    /* background-color: white; */
    font-size: 24pt;
    font-weight: 900;
    padding: 10px;
}

figure {
    align-self: flex-end;
    display: inline-block;
    flex: 0 0 auto;
    width: intrinsic;
    text-align: center;
}