body {
  background-color: aliceblue;
}

h1 {
  color: darkblue;
}

h4 {
  font-size: 10px;
  color: darkblue;
}

h3 {
  transform: translateX(50px);
  font-family: cursive 
}

p {
  width: 600px;
  transform: translateX(40px);
}

img {
  width: 300px;
  float: right;
  border-radius: 5px;
  transform: translateX(-90px);
}

div.smtitle {
  transform: translateX(40px);
  font-weight: 600;
}

.sdef {
  color: darkblue;
  transform: translateX(0px);
}

.def {
  font-family: cursive;
  color: 
}

.ahref {
  transform: translateX(40px);
}

.w {
  width: 200px;
}
