html {
  box-sizing: border-box;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 10px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 700;
}

.rv-content {
  margin: 0 auto;
  max-width: 100%;
  padding: 30px;
  position: relative;
  text-align: center;
  width: 1200px;
}

.rv-content img {
  max-width: 100%;
  width: 450px;
}

.rv-content p {
  font-size: 2.5rem;
  line-height: 1.5;
  margin: -80px 0 0;
}

.rv-footer {
  background: #222222;
  bottom: 0;
  color: #fff;
  height: 60px;
  padding: 20px;
  position: fixed;
  text-align: right;
  width: 100%;
}

@media screen and (max-width: 499px) {
  .rv-content p {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 399px) {
  .rv-content p {
    margin: 0;
  }
}
