p {
  font-family: sans-serif;
}

.WallpaperBody {
  background-color: darkslategray;
  background-image: url(ok.png);
  background-repeat: repeat;
}

.settingsButton {
  filter: brightness(0);
  rotate: 0deg;
  width: 30px;
  rotate: 0;
  transition: 0.4s;
}

.settingsButton:hover {
  rotate: 135deg;
  scale: 1.5;
}

.BlogLink {
  font-family: adelia;
  text-align: center;
  margin-left: 0px;
  scale: 1;
  transition: 0.3s;
}

.BlogLink:hover{
  scale: 1.3;
}

.BlogTitle {
  text-align: center;
  font-weight: bold;
}

.BlogDiv {
  width: 54%;
  background-color: rgb(55, 105, 107);
  display: inline-block;
  vertical-align: top;
  padding: 1%;
}

.LeftDiv {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  padding: 1%;
  background-color: cadetblue;
}

.RightDiv {
  display: inline-block;
  vertical-align: top;
  padding: 1%;
  width: 19%;
  background-color: cadetblue;
}

.SmallNote {
  font-weight: lighter;
  font-size: 30px;
}

.BlogHolder {
    margin: auto;
    width: 20%;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

@font-face {
  font-family: adelia;
  src: url(ADELIA.otf);
}