#outdated {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2000;
  background-color: #f25648;
  color: #fff;
  text-align: center;
}

#outdated h6 {
  font-size: 20px;
  margin: 20px;
}

#outdated p {
  font-size: 14px;
}

#outdated a {
  display: inline-block;
  margin: 10px 0;
  padding: 8px;
  border: 2px solid #fff;
  line-height: 14px;
  color: inherit;
  text-decoration: none;
  font-weight: 800;
  }
  #outdated a:hover {
    color: #f25648;
    background-color: #fff;
  }


  #outdated button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}