body {
  background-color: #4286f4;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

img.cavatar {
  position: relative;
  margin-top: 100px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

img.eyes {
  top: 330px;
  position: absolute;
}

img.eye-left {
  left: 170px;
}

img.eye-right {
  right: 170px;
}

@media only screen and (max-width: 992px) {
  img.cavatar {
    width: 330px;
    height: 330px;
  }
  img.eyes {
    top: 252px;
    width: 20px;
    height: 20px;
  }
  img.eye-left {
    left: 198px;
  }
  img.eye-right {
    right: 198px;
  }
}

@media only screen and (max-width: 600px) {
  img.cavatar {
    width: 230px;
    height: 230px;
  }
  img.eyes {
    top: 208.5px;
    width: 10px;
    height: 10px;
  }
  img.eye-left {
    left: 80px;
  }
  img.eye-right {
    right: 80px;
  }
}

.link-wrapper {
  display: inline-block;
}

.collapsible-header {
  background-color: transparent !important;
}

.collapsible {
  border-radius: 5px;
}
