.silkscreen-regular {
    font-family: "Silkscreen", serif;
    font-weight: 400;
    font-style: normal;
}
  
.silkscreen-bold {
    font-family: "Silkscreen", serif;
    font-weight: 700;
    font-style: normal;
}
  
.nova-slim-regular {
    font-family: "Nova Slim", serif;
    font-weight: 400;
    font-style: normal;
}  

body {
    background: #f7d5f7 url("../assets/gifs/background.gif");
    background-size: cover;
    background-attachment: fixed;
    background-position:center;
    font-family: "Nova Slim", "VT-100", fixedsys, System, monospace;
    font-size: 14px;
}
    
center {
    text-align: center;
}
    
a {
    color: #3c5832;
}

.sidebar-group {
    position: fixed;
    top: 0;
    margin-top: 25px;
}

.sidebar, .mini-sidebar, .wide-sidebar, .box {
    background: #dff7d5;
    border-radius: 5px;
    border: 1px solid #618a50;
    box-shadow: 2px 2px #3c5832;
}
    
.sidebar img, .mini-sidebar img, .wide-sidebar img, .box img {
    max-width: 100%;
    height:auto;
}
    
.sidebar, .sidebar-box {
    display: inline-block;
    vertical-align: top;
    width: 175px;
}
    
.sidebar-box {
    margin-left: 10px;
}
    
.sidebar {
    width: 160px;
    margin-left: 25px;
}
    
.mini-sidebar {
    margin-bottom: 25px;
}
    
.wide-sidebar {
    margin-left: 25px;
    margin-top: 25px;
    width: 340px;
    min-height: 80px;
}

.inner {
    padding: 5px;
    padding-bottom: 5px;
    padding-top: 0px;
}

#navlist {
    list-style: none;
    margin-left: -1.4rem;
    line-height: 1.3rem;
}

#navlist > li > a {
    text-decoration: none;
}

#navlist > li > a:hover {
    text-decoration-line: underline;
    text-decoration-style: wavy;
    font-style: italic;
}

#navlist > li {
  list-style-type: '✩';
  padding-inline-start: 1ch;
}

.title-bar, .box-title-bar {
    background: #7aa469;
    color: white;
    font-weight: bold;
    padding: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}
    
.box-title-bar {
    padding: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.right {
    float: right;
    margin-right: 5px;
    font-family: "Arial", sans-serif;
    line-height: 12px;
}

.icon {
    border: #80aa6f solid 2px;
    border-radius: 50%;
}

.box {
    margin-top: 25px;
    margin-left: 400px;
    width: 40rem;
    margin-bottom: 25px;
}