* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
  font-style: sans-serif;
  line-height: 1.25;
}

@font-face {
  font-family: times;
  src: url('Times New Roman.ttf');
}

@font-face {
  font-family: hell;
  src: url('HelveticaNeueLTCom-Roman.ttf');
}

/*naming is very important, i work as a copywriter here.*/


body {
  font-family: times;
  background-color: azure;
}

h1 img {
  width: 100%;
}

h1 p {
  color: grey;
  text-align: left;
  font-size: 0.9rem;
}

.box {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 50%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.imgbox {
background: black;
}

p {
  width: 100%;
  font-size: 1rem;
  text-align: left;
}

.title {
  font-size: 1.2rem;
}

.sentence {
  font-family: hell;
  font-size: 0.7rem;
  color: azure;
  text-align: center;
  padding-bottom: 0.5%;
}

.sentence2 {
  font-family: hell;
  font-size: 0.75rem;
  color: red;
  text-align: left;
  padding-top: 1.2%;
}

a {
  color: blue;
}

a:hover {
  color: blue;
}

a:visited {
  color: blue;
}

a:active {
  color: blue;
}

@media screen and (max-width: 700px) {


.box {
  position: absolute;
  width: 80%;
}

}
