body {
    background-color: AliceBlue;
}
h1 {
    font-size: 50px;
    font-family: Helvetica;
    text-align: center;
    color: LightSlateGray;
    text-shadow: 1px 1px 2px black;
}
h3 {
    font-size: 25px;
    text-align: center;
    color: DimGray;
    font-family: Monospace;
}
hr {
    margin-left: 15vw;
    margin-right: 15vw;
}
#links {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
}
#links a {
    margin-right: 6vw; 
    margin-left: 6vw; 
}
#links img {
    width: 80px;
    height: 80px;
}
#subtext {
    font-size: 40%;
}
h2 {
    font-size: 30px;
    text-align: center;
    margin: 50px;
    font-family: Helvetica;
    color: DarkSlateGray;
}
