img {
    max-width: 100%;
    height: auto;
} 
body {
    margin: 2.2em;
    background-color: darkseagreen;
    color: 	#00004d;
}

.tav{
   border: 1.7em solid green;
    border-image:  url(https://www.homestuck.com/images/storyfiles/hs2/07859_2.gif) 224 stretch;
    padding: .3em;
    color: darkblue;
}
.fefeta{
   border: 1.7em solid green;
    border-image:  url(https://www.homestuck.com/images/storyfiles/hs2/06039.gif) 224 stretch;
    padding: .3em;
    color: darkblue;
}

h2{
    text-decoration: underline;
    text-decoration-color: gold;
    text-decoration-style: wavy;
    text-decoration-thickness: .06em;
    
}