body{
background-image: url("blog2.jpg");
  cursor: url("blogc.gif"), auto;
   font-family: "Press Start 2P";
   color:#4382B0 ;
}
.file{
  position: absolute;
  left:6%;
  bottom: 74%;
  margin-top: 0;
  transition: 0.3s ease;
}
.file:hover{
  transform: rotate(-10deg);
}
.computer{
  position: absolute;
  left: 84%;
  bottom: 74%;
  margin-top: 0;
  transition:0.3s ease;
}
.computer:hover{
  transform: rotate(10deg);
}
.box5{
  margin: 50px;
  max-width: 100%;
}
header{
   border: 4px solid #4382B0;
  background-color:#D0D3D6 ;
  opacity: 0.8;
  border-radius: 20px;
  margin: auto;
}
main{
  border: 4px solid #4382B0;
  background-color:#D0D3D6 ;
  border-radius: 20px;
  margin: auto;
}
header{
  text-align: center;
  max-width: 60%;
  margin-bottom: 10px;
}
h1{
  color: #1E5083;
  text-align: center;
}
main{
  text-align: center;
  padding: 10px;
}
a{
  text-decoration: none;
  color:#4382B0 ;
}
a:hover{
  color: #6FABD0;
}