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;
}
h2{ border-color: bisque; border-style: dotted; background-color: burlywood; font-family: cursive; font-weight: 500;}
