
#nav {
  display: inline-block;
  padding: 0px;
  width:100%
}

#navcontent{
  list-style-type: none;
  text-indent: 35px;
  height:15%;
  padding:2px;
  background: #856244;
  background: radial-gradient(circle, rgba(133, 98, 68, 1) 0%, rgba(110, 78, 53, 1) 50%, rgba(84, 58, 42, 1) 100%);;
  color:white;
  margin-top:-5px;
  text-align: center;
}

#navcontent li{
  display: inline-block;
  text-align: center;
}

/*link section*/
#navcontent a{
    font-size:20px;
    color:#edcdba;
    font-style:normal;
    text-decoration: none;
}

#navcontent a:visited {
    font-size:20px;
    color:#edcdba;
    font-style:normal;
    text-decoration: none;
}

#navcontent a:hover {
  color:brown;
}

#navcontent a:active {
  color:white
}

#headerimage{
   padding: 0px;
   margin:0px;
   font-size:0px;
}

main {
  margin-left:auto;
  margin-right:auto;
  padding:0;
  width:65%;
  height:65%;
  border: 3em solid;
  border-image-outset:0px 0px 0px 0px;
  border-image-slice: 130 125 125 130 fill;
  border-image-repeat:stretch stretch;
  border-image-source:url("https://pyxisnauticaforradiowaves.neocities.org/pngtree-square-wood-frame-png-image_10271705-removebg-preview.png");
}

#content{
  display:flex;
  align-content: center;
  width:100%;
  margin-top:-21px;
  font-size: 15px;
      
}

#siteintro{
  width:70%;
  border-color:black;
  border-width:2px;
  background-color: blue;
  padding: 5px;
  margin: 0px;
}

.widgets{
  width:15%;
  border-color:black;
  border-width:2px;
}

body {
  background-image: url(https://pyxisnauticaforradiowaves.neocities.org/504706e8dbd7907aff9e2f9e788ab48a-dithered.png);
  background-size: cover;
}

