* {
	box-sizing: border-box
}

html {
  background: url('https://thejang.com/textures/i2/Texture_brown_012.jpg');
}

body {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: darkolivegreen;
}

hr {
  margin-right: 10px;
  margin-left: 10px;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: 150px;
}

.tree1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 15%;
}

.tree2 {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 10%;
}

.back {
  top: 0;
  left: 0;
  width: 300px;
  position: fixed;
  opacity: 60%;
}

.row1 {
  padding: 10px;
  display: flex;
  gap: 10px;
}

.topcont {
  padding: 10px;
  display: flex;
  gap: 10px;
}

.topcont iframe {
  width: 45%;
  height: 300px;
}

.news {
  border: ridge;
  padding: 10px;
  width: 55%;
  background: ghostwhite;
}

.row1 iframe{
  border: ridge;
  width: 50%;
  height: 350px;
}

.row2 {
  padding: 10px;
}

.row2 iframe {
  border: ridge;
  width: 100%;
  height: 400px;
}

.flexdiv {
  width: 100%;
  height: 10px;
}

.lonk a:link {
  display: block;
  padding: 10px;
}

.lonk a:visited {
  display: block;
  padding: 10px;
}

.topcont i, p, a:link, a:visited, h3, h2 {
  font-family: "Century Gothic";
}