body {
  background-image: url('https://static.wikitide.net/windowswallpaperwiki/f/f3/Img3_%28Windows_7%29.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: verdana, sans-serif;
  color: #ffffff;
}

h1 {
  font-size: 2.4rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.4rem;
  margin: 10px 0;
}

.navbar {
  margin-top: 15px;
  margin-bottom: 25px;
}

.box {
  padding: 4px 10px;
  border-radius: 6px;
  display: inline-block;
  margin: 4px;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  position: relative;
  background-image: url('https://static.wikitide.net/windowswallpaperwiki/f/f3/Img3_%28Windows_7%29.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  font-family: verdana, sans-serif;
  color: #ffffff;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-image: inherit;
  background-size: inherit;
  background-position: center;
  background-attachment: inherit;

  filter: blur(5px);
  transform: scale(1.1); 

  z-index: -1;
}

