body{
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.header{
  width: 100%;
  height: 100vh;
  background-image: url("/assets/header.png");
  background-position: right top;
  border: 0;
  background-size: cover;
}

.title{
  position: absolute;
  bottom: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-image{
  width: 95%;
  mix-blend-mode: difference;
}

.footer{
  display: flex;
  justify-content: center;
  align-items: end;
}

.logo{
  position: absolute;
  bottom: -65px;
  width: 100%;
  height: 131px;
  display: flex;
  justify-content: center;
}

.contacts{
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 50px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .contacts-image{
    width: 80%;
  }
  .title{
    position: absolute;
    bottom: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .contacts-image{
    width: 80%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .contacts-image{
    width: 731px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .contacts-image{
    width: 731px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .contacts-image{
    width: 731px;
  }
}