@font-face {
  font-family: 'muliregular';
  src: url('muli-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



body {
  margin: 0;
  padding: 0;
}

p {
  font-size: 55px;
  line-height: 0;
}

h1 {
  font-size: 70px;
}

.content {
  font-family: 'muliregular';
  color: white;
  background-color: #246fa8;
  height: 1080px;
  width: 1920px;
}

.title {
  float: left;
  padding-left: 20px;
}

.timedate {
  float: right;
  padding-right: 20px;
}

.center {
  position: fixed;
  top: 160px;
  left: 310px;
}

.imageBack {
  padding: 10px;
  height: 738px;
  width: 1280px;
}

.imageBack img, .imageBack video {
  display: block;
  margin: auto;
  height:100%;
  width: 100%;
  object-fit: contain;
}

.top{
  position: fixed;
  top: 40px;
  left: 40px;
  width: 1840px;
  border: 3px solid #ffffff;
	border-radius: 25px;
}

.rssEl {
  position: fixed;
  bottom: 40px;
  left: 40px;
  width: 1840px;
  white-space: nowrap;
  overflow: hidden;
  border: 3px solid #ffffff;
	border-radius: 25px;
  white-space: nowrap;
  overflow: hidden;
}
