#intro {
    display: flex;
    align-items: center;

    padding: 20px;

    text-align: center;
    font-weight: bold;

    background-color: transparent;
    background-image: linear-gradient(to bottom, #fff, #f8eedb50);
    
    border: 0px solid gold;
    border-radius: .5rem;
    box-sizing: border-box;
    color: #482307;
    
    box-shadow: -6px 10px 12px rgba(81,41,10,0.1),0px 4px 4px rgba(81,41,10,0.2);

    overflow:hidden;
}

#intro p {
    color: black;
    text-shadow: none;
}

.funnybox {
    justify-content: center;
    padding: 2%;
}

#bigbox {
    font-family: 'Tinos', serif;
    font-weight: 400;
    font-style: italic;
}



h1 {
    color: goldenrod;
    font-style: italic;

    text-decoration: underline dotted;
}

h2 {
    margin: 0;
    margin-bottom: 5%;
    text-align: center;
    text-decoration: underline dashed;

    color: rgb(111, 38, 11);
}

h3 {
    text-align: center;
    font-size: large;

}

p {
    color: black;
    margin: 0;
    font-size: 15px;
}

a {
    color: black;
}

#boxes {
    display: flex;
    justify-content: space-evenly;

    align-items: stretch;
    
    flex-wrap: wrap;
    
}

.box21 { 
    margin: 1em 0; /* change 0 to auto for centering */ 
    width: 80% /* width */;

    flex:1;
    flex-basis: calc(100% / 3);
    
    text-align: justify;
}

.box21items {
    padding: 5%;

}

.box21 ul {
    list-style: none;
    list-style-image: url(../graphics/hand.gif);

    color:#830632;
}

.box21 ol {
    padding-left: 5%;

    color:#830632;
    font-weight: bold;
    text-decoration: underline;
}

.u01 { 
    background: url(../graphics/goldenBorder/f-ue.gif) repeat-x; 
    height: 23px; 
    margin: 0 23px
}

.s01 { 
    background: url(../graphics/goldenBorder/f-sita.gif) repeat-x; 
    height: 23px; 
    margin: 0 23px
}

.box-top { 
    background-image: url(../graphics/goldenBorder/f-kado1.gif), url(../graphics/goldenBorder/f-kado2.gif); 
    background-position: top left,top right; 
    background-repeat: no-repeat,no-repeat; 
    height: 23px
}

.box-center { 
    background-image: url(../graphics/goldenBorder/f-migi.gif), url(../graphics/goldenBorder/f-hidari.gif); 
    background-position: top right,top left; 
    background-repeat: repeat-y,repeat-y
    
}

.box-inner { 
    background: #cebe8c; /* background color */ 
    margin: 0 23px

}

.box-bottom { 
    background-image: url(../graphics/goldenBorder/f-kado3.gif), url(../graphics/goldenBorder/f-kado4.gif); 
    background-position: top left,top right; 
    background-repeat: no-repeat,no-repeat; 
    height: 23px } 