body,
html {
  height: 100%;
  margin: 0;
}
.container {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("https://wallpapers.com/images/high/skating-background-2048-x-1365-4m3xq4542za0xhtm.webp")
    no-repeat center center fixed;
  background-size: cover;
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items:center;
}

.left,
.center,
.right {
	
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid #3498db;
  border-radius: 10px;
  
}

.left {
  width: 20%;
  left: 0;
 
}

.center {	  
  width: 800px;
  height: 550px;
  max-width: 89vh;
  
}

.right {
  width: 20%;
  right: 0;
  padding: 5px;
}
.foot_container {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: rgba(10, 10, 10, 0.8);
  text-align: center;
  color: #ffffff;
}

.top_cont {
  position: fixed;
  top: 0;
  width: 100%;
  height: 160px;
  background-color: rgba(10, 10, 10, 0.8);
  text-align: center;
  color: #ffffff;
}
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: white;
}
.cookies-eu-banner {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

.hidden {
  display: none;
}
@media only screen and (max-width: 1026px) {
  #right {
    display: none;
  }
  #left {
    display: none;
  }
}
