html {
  height:100%;
  width:100%;
  background-color: #0dfa25;
  background-image: linear-gradient(#00000000, #001702),url("background.png");
  background-size:cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

body {
  background-repeat:no-repeat;
  line-height: 1.2;
  font-size: large;
  margin: 8px;
  position: relative;
}

.ip {
  color: green;
  font-size: medium;
  position: absolute;
  right: 0%;
  top: 30%;
  height: 40%;
  width: 20%;
  align-self: center;
  text-align: center;
}

.ip button {
  background-color:#82c889;
  color: green;
  font-size: x-large;
}
.ip button:hover {
  background-color:yellow;
  color: red;
  font-weight: bold;
  cursor:pointer;
}

.topstuff {
  position: relative;
}

header {
  color: darkgreen;
  margin:5px;
  font-style:oblique;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
  1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  font-size: 72px;
  font-weight: bold;
}
h2 {
  color: darkgreen;
  margin:36px;
  text-align: center;
  padding:5px;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
  1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  font-size: 36px;
}
h3 {
  color: darkgreen;
  margin:5px;
  font-style:oblique;
  text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff,
  1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  font-size: 18px;
}


.topnav a{
  margin: 5px;
  font-size:20px;
  color:goldenrod;
}

.discordbutton {
  color:blue;
  font-weight: bold;
}
.topnav .active {
  color: rgb(2, 96, 2);
  font-size: 30px;
  font-weight: bold;
}

.topnav {
  background-color:chartreuse;
  border-style:solid;
  border-width:medium;
  border-color: yellow;
  padding: 3px;
  margin:5px;
}

.topnav .topnav_right {
  float:right;
}

.main {
  background-color: rgba(0,0,0,0.4);
  color:aliceblue;
  padding:5px;
  margin:5px;
  border-style:solid;
  border-width:medium;
  border-color: yellow;
  position: relative;
}

.smiley_in_bottom_right {
  color:#e7ff1237;
  bottom: 10px;
  position:absolute;
  right:10px;
  
}

li:nth-child(even) {
  color:#68f977
}
li:nth-child(odd) {
  color:#82c889
}
ol > li {
  padding-bottom: 1em;
}

p, ul, ol {
  margin: 0;
}

p {
  margin-bottom:1em;
}

.recipe {
  border-color: #68f977;
  border-style: solid;
  border-width: 2px;
  width: 238px;
  height: 111px;
}

pre{
  font-family: Arial, Helvetica, sans-serif;
}

.blog article{
  border-color: yellow;
  border-style: dotted;
  margin: 1em;
  border-radius: 5px;
  padding: 0.5em;
  white-space: pre-wrap;
  width: 80%;
  display:block;
}

.blog .blogdate {
  font-size:small;
  color:gray;
}

