
@font-face {
  font-family: "myFirstFont";
  src: url('devilcandleone.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}

*{
  color: #452DC5;
}

.header, .body, .footer {
}



html, body {
  height: 100%;
  background-image: url("images/Windose20-wallpaper.png");
  color: #452DC5;
}

body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
}

.header {
  height: 175px;
  display: flex;
  justify-content: center;
  padding: 16px;
  background: #FAE1FA;
  border: 7px ridge #FBF5FC;
}

.titlebar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: 700;
}

#toptitle {
  font-size: 46px;
  margin-bottom: 16px;
}



.links {
  border: 7px ridge #FBF5FC;
  background: #FAE1FA;
        <div class="bunnydivide"><img src="images/pixel-bunny.gif" height= "150px" </div>
  height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

ul {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}

.gifBar {
  display: flex;
  width: 120px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border: 7px ridge #FBF5FC;
  background: #FAE1FA;
}

.link {
}


li {
  border: 3px ridge #d3eaf8;
  background: #FBF5FC;
}

li:hover {
  text-shadow: 2px 2px 2px white;
  color: #d3eaf8;
  border: 3px groove #d3EAF8;
}

a {
  color: #452DC5;
  text-decoration: none;
}


.center { 
  flex-grow: 1;
  overflow: auto;
  display: flex;
  gap: 16px;
}

.rssfeed, .blog {
  border: 3px ridge #263A04;
  background-color: #3a0526;
}

.rssfeed {
  flex: 1;
}

.blog {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 7px ridge #FBF5FC;
  background-color: #FAE1FA;
  background-repeat: no-repeat;
  background-position: center;
  overflow: auto;
}

.footer {
  display: flex;
  justify-content: space-around;
  margin: 10px;
  background-color: #FAE1FA;
  border: 7px ridge #FBF5FC;

}




.search {
  color: #452DC5;
  margin-top: 50px;
  border: 3px ridge #452DC5;
  background: #FBF5FC;
  text-shadow: 2px 2px 2px black;
  text-align: center;
}

.search:hover{
  text-shadow: 2px 2px 2px black;
  border: 3px ridge #D3EAF8;

}

.searchButton {
  background: #4f4b58aa;
  border: 3px ridge #4e4c2d;
  color: white;
}

.searchButton:hover {
  text-shadow: 2px 2px 2px black;
  color: #d3EAF8;
  border: 3px inset #4e4c2d;
}
