header {
    align-items:end;
    text-align: right;
}
.diva {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}
a {
    margin: 1rem;
}



body {
  min-height: 100vh;
  margin: 0;
  position: relative;
}
body {
  position: relative;
}
body::after {
  content: '';
  display: block;
  height: 50px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  font-size: 0.7rem;
}