﻿body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  background-image: url('../images/bg-big-materia-flora.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.container {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 26%;
  margin: 0 auto;
  display: block;
}
.text {
  position: absolute;
  bottom: 0;
  font-size: 11px;
  line-height: 17px;
  color: #231f20;
  text-align: center;
  background: #e6e5e3;
  padding: 24px 0;
  width: 100%;
}
.text p {
  margin: 0 auto;
}
.text p span {
  color: #a08c53;
}
@media only screen and (max-width: 768px) {
  .logo {
    top: 19%;
  }
  .text {
    bottom: 26px;
  }
}