body {
  background-image: url("fashionbackground.png");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Times New Roman;
  margin-left: 700px;
  margin-top: 180px;
}

h1 {
  line-height: 0.8;
  font-size: 300%;
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 150%;
  letter-spacing: 1px
}

img {
  position: fixed;
  margin-left: 200px;
}

p {
  font-size: 80%;
}

a {
  margin-top: 400%;
}