body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #e6e6e6;
  width: 1200px;
}
header {
  width: 1200px;
  color: black;
  background-color: #808080;
  color: white;
  border: 1px solid black;
}
h1 {
  float: left;
}
#searchengine {
  height: 40px;
  width: 500px;
  margin-left: 15px;
  border-radius: 20px 20px;
  font-size: 32px;
  text-align: center;
}
.cim {
  font-size: 38px;
}
#csuszka{
  position: absolute;
  top: 60px;
  width: 300px;
  /*height: 350px;*/
  background-color: hsl(0, 0%, 60%);
  border: 1px solid black;
  background: linear-gradient(to bottom,  #808080 30%,#000000 100%);
  border-radius: 30px 30px;
  margin-left: 3px;
  padding: 3px;
}
#CanvLoadType {
  position: absolute;
  top: 20px;
  left: 320px;
  /*padding: 3px;*/
}
/*#picture_azon{
  background-color: hsl(0, 0%, 30%);
  color: white;
  position: absolute;
  top: 60px;
  left: 900px;
  width: 300px;
  height: 500px;
}*/
#informations {
  height: 455px;
  /*width: 500px;*/
  overflow: scroll;
}
#lathatatlan {
  background-color: black;
  width: 1199px;
  height: 768px;
  position: absolute;
  top: 0px;
  text-align: center;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.abuz {
  position: absolute;
  top: 25%;
  left: 30%;
  text-align: center;
  width: 400px;
  height: 350px;
  background-color: white;
  color: black;
  border: 1px solid black;
  border-radius: 25px;
}
