html {
    background-image: url('https://file.garden/aayu7b0kShQ_xI0d/laptop.jpg');
    background-size: 1540px;
    background-color: #25360F;
    margin: 0;
    background-position: fixed;
    font-family: Georgia, serif;
}

a:hover img{
  transform: scale(110%);
}

.box {
  max-width: 700px;
  max-height: 400px;
  width: 690px;
  height: 390px;
  position: absolute;
  left: 375px;
  top: 70px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns:10px auto;
  background: black;
  color: white;
  padding: 10px;
  border-radius: 5px;
}
