body {
    /*background-image: linear-gradient(#F8FFF7, #C9FFC1);*/
    background-image: linear-gradient(to bottom right, #F8FFF780, #DFF1C480, #74CFD380, #74A9D380), url(commonimg/wall.png);
    background-attachment: fixed, scroll;

    color: black;
    font-family: Verdana;
    text-shadow: 2px 2px 4px #00000020, 10px 10px 6px #00000010;

    max-width: 800px;

    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;

    line-height: 1.5;
}


h2 {
    background-image: repeating-linear-gradient(#0b1b12, #535f58 50%);
    color: transparent;
    background-clip: text;
    font-weight: normal;
    text-shadow: 6px 6px 4px #00000020, 14px 14px 6px #00000010;
}

p {
    padding-inline: 4px;
}

p.center {
    text-align: center;
}


img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}


button {
    background-color:#f2fff040;
    color: black;

    border-width: 2px;
    border-color: #f7fff6c0;
    border-style: outset;

    display: inline-block;
    padding: 2px;
    padding-inline: 10px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
}

button:hover {
    background-color: #e3f2ff40;
    border-style: inset;
    font-weight: bold;
}


a.btn {
    background-color:#f2fff040;
    color: black;

    border-width: 2px;
    border-color: #f7fff6c0;
    border-style: outset;

    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}

a.btn:hover {
    background-color: #e3f2ff40;
    border-style: inset;
    font-weight: bold;
}


div.border {
    background-color: #ffffff20;

    border-color: #f7fff6c0;
    border-width: 4px;
    border-style: groove;

    padding: 16px;
    margin-block: 20px;
}

div.divider {
    border-color: #f7fff6c0;
    border-width: 2px;
    border-style: inset;

    margin: 50px;
}

div.top {
    background-color: #ffffff20;
    padding: 0;
    border-color: #f7fff6c0;
    border-width: 4px;
    border-style: groove;
}


iframe.vid {
    display: block;
    margin: auto;
}

video {
    display: block;
    margin: auto;
    border-color: #f7fff6c0;
    border-width: 2px;
    border-style: inset;
}

img.borderedimg {
    display: block;
    margin: auto;
    border-color: #f7fff6c0;
    border-width: 2px;
    border-style: inset;
    object-fit: contain;
    width: 100%;
}


ul.top {
    display: flex;
    flex-wrap: nowrap;

    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


li.top {
  float: left;
  width: 100%;
}

li.top a {
    background-color: #f2fff040;
    color: black;

    border-width: 2px;
    border-color: #f7fff6c0;
    border-style: outset;

    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

li.top a:hover {
    background-color: #e3f2ff40;
    border-style: inset;
    font-weight: bold;
}

li.topsmall {
  float: left;
  width: 100%;
}

li.topsmall a {
    background-color: #D2F2CD40;
    color: black;

    border-width: 2px;
    border-color: #f7fff6c0;
    border-style: outset;

    display: block;
    padding: 2px;
    text-align: center;
    text-decoration: none;
}

li.topsmall a:hover {
    background-color: #e3f2ff40;
    border-style: inset;
    font-weight: bold;
}


div.gallery {
    background-color: none;

    border-color: #f7fff6c0;
    border-width: 4px;
    border-style: groove;

    padding: 5px;
    margin-block: 20px;

    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}

img.galleryimg {
    margin: auto;
    border-color: #f7fff6c0;
    border-width: 2px;
    border-style: inset;
    object-fit: scale-down;
    background-color: black;
    width: 32%;
    aspect-ratio: 1/1;
}