html, body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0px;
  padding: 10px;
}

.wrapper {
  background-color: lightblue;

  max-width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.top, .bottom {
  background-color: lightblue;

  margin: 0px;
  max-width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.useful-links {
  background-color: lightblue;

  margin: 0px;
  max-width: 100%;
  flex: 1;
  display: flex;
  justify-content: left;
}
}

.profile-picture {
  border-radius: 40%;
}
