h1 { 
    color: darkgoldenrod; 
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border-style: groove; 
    background-color: rgb(181, 247, 247); 
    border-color: rgb(216, 183, 247);
} 

.links {
    text-align: center; 
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
    font-size: larger; 
    color: rgb(233, 19, 222); 
    border-style: dotted; 
    background-color: pink;
}

a {
    margin: 15px;
}

a:hover {
    color: #63013c;
    font-size: 19px;
    text-decoration-style: wavy;
}
a:active {
    color: #fd0000;
    text-decoration-color: rgb(164, 164, 185);

}
h2{ color: rgb(111, 140, 141); font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}
body{background-color: rgb(243, 205, 211);}
img{ border-color: aquamarine; border-style: double; border-width: 10px;}
.goalie {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    margin: 10px;
}
h3{ border-style: groove; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-weight: 400; color: rgb(143, 41, 41); border-color: #63013c; background-color: aliceblue;}