#migration {
  border-radius: 5px;
  border-top: solid;
  border-left: solid;
  border-color: white;
  font-family: sans-serif;
  position: absolute;
  top: 25.5%;
  left: 40.25%;
  width: 18%;
  background: ##01345c;
  background: linear-gradient(
    137deg,
    rgba(1, 52, 92, 1) 80%,
    rgba(109, 109, 135, 1) 89%,
    rgba(188, 198, 204, 1) 100%
  );

  color: white;
  text-align: center;
  padding: 10px;
}
#migration p {
        margin: 0.35em;
  text-align: left;
}
#migration a {
  color: white;
}

