

body {
    background-image: url('/img/kraft.jpg');
    background-repeat: repeat;
    background-position: center;
    background-size: repeat;
}
 
@media (max-width: 768px) {
    body {
        background-image: url('img/kraft.jpg);
    }
}

.page {
    background:#ffffff;
    text-align: center;
    width: 500px;
    padding: 20px;
    margin-top: 20px;
    border: 3px solid #82466B;
    border-radius: 5px;

}

background-size: contain;
  position: relative;
}

.container {
  position: absolute;
  margin: 20px;
  width: auto;}


.topnav {
  overflow: hidden;
  margin: 0px;
  padding: 14px 16px;
  background-color: #234352;
}


.topnav a {
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

.topnav a:hover {
  background-color: #82466B;
  color: black;
}

h1 { 
  display: block;
  font-size: 20px;
  font-family: Georgia;
  padding: 20px;
  border-radius: 25px;
  color: #BA7919;
  background-color: #4F4044;
  font-weight: bold;
}
.txt {
  background-color: #ffffff;
  padding: 15px;
  border-radius:15px;
  max-width: 500px;
  margin: auto;
  font-size: 16px;
  word-spacing: 1px;
  overflow-wrap: break-word;
  margin-top: 15px;
  }

footer {
background-color: #4F4044;
text-align: center;
padding: 10px;
position: fixed;
bottom: 0;
width: 100%;
        }


}