/*
   Snow Much Fun
   Author: Christian Anderson
   Date:12/4/25

   Filename: style.css
   Supporting Files: holiday.html

*/
body {font-family: Verdana, Helvetica, sans-serif; background-color: #483d8b; margin: 0px;}
h1 {text-align: center; color: white; height: 75px; margin: 0px; text-shadow: 1px 3px 1px black; padding-top: 10px; background-image: url(square.png); background-repeat: repeat-x; border-bottom: 1px solid white; font-size: 3em;}
h2 {text-align: center; margin: 0px; letter-spacing: 4pt; font-variant: small-caps; font-size: 2em; background-color: #282144; color: white; text-shadow: 1px 3px 1px black;}
img {display: block; margin-left: auto; margin-right: auto; filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));}
#wrapper {background-color: #e0dceb; width: 95%; margin-top: 0px; margin-bottom: 0px; margin-right: auto; margin-left: auto;}
#left {float: left; width: 45%; margin: 12px;}
#right {float: right; width: 45%; margin: 12px;}
.copyright {clear: left; text-align: center; padding-top: 5px; padding-bottom: 5px; border-top: 1px solid black; border-bottom: 1px solid black; background-color: white}
#right img {max-width: 100%; height: auto; object-fit: cover;}