div.c{background-color:red;
position:sticky;
z-index:99;
top:0;}
div.a{background-color:blue;
padding-top:15px;
padding-bottom:15px;
position:-webkit-sticky;
position:sticky;
}
a{text-decoration:none;
color:white;}
.container {
  position: relative;
  text-align: center;
color: white;}
.top-right {
  position: absolute;
  top: 8px;
  right: 60px;
  
}
.top-center:{position:absolute;
top:20px;
right:20px;
left:20px;
}
.top-left{
  position: relative;
  top: -420px;
  left: -170px;
  
}

.container img{width:1250px;
height:400px;
 background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  filter: blur(2px);
  color: white;
  font-weight: bold;
  }
 .container .btn{
 
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: blue;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.container .btn:hover {
  background-color: black;
}
.text-block {
	position:absolute;
  
  left: -600px;
  background-color:white;
  border:2px solid blue;
  box-shadow:8px 5px 10px blue;
  color:red;
  padding-left: 20px;
  padding-right: 20px;
}
img.d{width:500px;
filter:blur(0px);
height:500px;}

 h1.text-block{	position:relative;
 left:-180px;
  top:-70px;
  background-color:blue;
  border:2px solid blue;
  box-shadow:8px 5px 10px red;
  
padding-left: 20px;
  padding-right: 20px;
}
h6.text-block{	position:absolute;

 
  top:-130px;
  background-color:red;
  border:2px solid red;
  box-shadow:8px 5px 10px blue;
}
img.logo{height:100px;
width:100px;
filter:blur(0px);}
td{background-color:blue;
color:white;

text-align:left;
padding-top:20px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;}
img.ac{max-width:auto;
filter:blur(0);
height:500px;}
h5.text-block{	position:absolute;
color:white;
left:150px;
top:40px;
  background-color:gold;
  border:2px none;
  box-shadow:8px 5px 10px red;}
 div.z{
	 position:relative;
	 background-color:red;
 text-align:left;
}
div.n{background-color:blue;
text-align:left;
}