@font-face {
  font-family: "TITLE";
  src: url('./fonts/ffclanproblkit-webfont.eot');
  src: url('./fonts/ffclanproblkit-webfont.eot?#iefix') format('embedded-opentype'),
       url('./fonts/ffclanproblkit-webfont.woff2') format('woff2'),
       url('./fonts/ffclanproblkit-webfont.woff') format('woff'),
       url('./fonts/ffclanproblkit-webfont.ttf') format('truetype'),
       url('./fonts/ffclanproblkit-webfont.svg#clan_problack_italic') format('svg');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: "news";
  src: url('./fonts/ffclanprorgitnews-webfont.eot');
  src: url('./fonts/ffclanprorgitnews-webfont.eot?#iefix') format('embedded-opentype'),
       url('./fonts/ffclanprorgitnews-webfont.woff2') format('woff2'),
       url('./fonts/ffclanprorgitnews-webfont.woff') format('woff'),
       url('./fonts/ffclanprorgitnews-webfont.ttf') format('truetype'),
       url('./fonts/ffclanprorgitnews-webfont.svg#clan_pronews_italic') format('svg');
  font-weight: normal;
  font-style: normal;

}

/*Body properties*/
body {
  margin: 0;
  padding: 0;
  width: 472px;
  height: 815px;
  overflow: hidden;
  background-repeat: no-repeat;
}

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.main-content {
  position: absolute;
  width: 472px;
  height: 815px;
  overflow: hidden;
}

.line {
  position: absolute;
  top: 255px;
  left: 55px;
  border: none;
}

p.title {
  position: absolute;
  display: flex;
  align-items: flex-end;
  top: 60px;
  left: 55px;
  color: #fff;
  font-family: "TITLE";
  font-weight: bold;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  height: 195px;
  width: 380px;
  overflow: hidden;
}

p.news {
  position: absolute;
  top: 273px;
  left: 55px;
  text-align: left;
  color: #fff;
  font-family: "news";
  font-size: 28px;
  font-style: italic;
  font-weight: 475;
  line-height: normal;
  height: 435px;
  width: 375px;
  overflow: hidden;
}
