#error{
  position: relative;
  top: 60px;
}
#ErrorFoot{
  position: relative;
  top: 52px;
}
@media (max-width: 669px) and (min-width:520px){
  #error{
    position: relative;
    top: 80px;
  }
  #ErrorFoot{
    position: relative;
    top: 74px;
  }
}
@media (max-width: 767px) and (min-width: 670px){
  #error{
    position: relative;
    top: 80px;
  }
  #ErrorFoot{
    position: relative;
    top: 70px;
  }
}
@media (max-width: 869px) and (min-width: 768px){
  #error{
    position: relative;
    top: 80px;
  }
  #ErrorFoot{
    position: relative;
    top: 89px;
  }
}
@media (max-width: 991px) and (min-width: 870px){
  #error{
    position: relative;
    top: 120px;
  }
  #ErrorFoot{
    position: relative;
    top: 89px;
  }
}
@media (max-width: 1199px) and (min-width: 992px){
  #error{
    position: relative;
    top: 125px;
  }
  #ErrorFoot{
    position: relative;
    top: 90px;
  }
}
@media (max-width: 1499px) and (min-width: 1200px){
  #error{
    position: relative;
    top: 125px;
  }
  #ErrorFoot{
    position: relative;
    top: 90px;
  }
}
@media (max-width: 1919px) and (min-width: 1500px){
  #error{
    position: relative;
    top: 125px;
  }
  #ErrorFoot{
    position: relative;
    top: 90px;
  }
}
@media (min-width: 1920px){
  #error{
    position: relative;
    top: 125px;
  }
  #ErrorFoot{
    position: relative;
    top: 90px;
  }
}