
        body {
            background-color: thistle;
            background-image: url(flourish.png);
            background-attachment: fixed;
            background-size:contain;
            color: darkslateblue;
            margin-bottom:40px;
        }
        #container {
            border: 1px solid transparent; 
            width: 900px;
        height: fit-content;}

        #banner {
         border: 1px solid;
         margin: 0px;
         }

         #banner-credit {
            margin-top: -6px;
            margin-bottom: 0px;
         }

         small {
            opacity: 70%;
         }

         .box {
            border: 1px solid #F2E4F2;
            background-color: #F2E4F2;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 10px;
            padding-right: 13px;
            margin-top:10px;
            margin-right: 10px;
            width: 250px;
            height:max-content;
         }

         h1 {
            font-size: 19px;
            margin: 0px;
         }
         p {
            margin-top: 0px;
            margin-bottom: 0px;
            font-size: 12.5px;
         }

         hr {
            border: 1px solid;
            color: darkslateblue;
            opacity: 30%;
         }

         .info-box {
            border: 1px solid #F2E4F2;
            margin-top: 5px;
            width: 250px;
         }

         .info-box img {
            border: 1px solid;
            width:55px;
            float: left;
            margin-right: 10px;
         }

        .icon-only {
             border: 1px solid;
             width:44px;height: 44px;
        }

        a .icon-only {
            border-color: darkslateblue;
        }

        #lucky {
            border: 1px solid;
            margin-top: 10px;
            height: 135px;
            cursor: pointer;
        }