img { border-color: aquamarine; border-style: double; border-width: 10px; background-color: black;}
body { background-color: rgb(245, 198, 207);}
.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:hover {
    color: #63013c;
    font-size: 19px;
    text-decoration-style: wavy;
}
a:active {
    color: #fd0000;
    text-decoration-color: rgb(164, 164, 185);
}
a {
    margin: 15px;
}
p{ color: rgb(3, 3, 119); border-width: 10px; border-style:double; border-color: rgb(3, 64, 92);background-color: rgb(116, 170, 241); font-family: cursive;}
h1 {border-style: groove; border-color: #63013c; border-radius: 20px; background-color: rgb(209, 172, 127);font-family: Georgia, 'Times New Roman', Times, serif;font-weight: 300;}
h2{border-style: dashed; border-color: antiquewhite; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-weight: 900;}
.goalie {
    display: flex;
    flex-direction: column;
  justify-content: space-around;
    align-items: center;
    margin: 10px;
}