body {
    background-image: linear-gradient(to top, #f0cdff, #d5c0e7, #beb3cd, #a9a5b2, #979797);
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: hidden; 
    overflow-x: hidden;  

}

a > img {
    opacity:0.30;
transition: 0.6s ease;
-webkit-transition: 0.6s ease;
-moz-transition: 0.6s ease;
-ms-transition: 0.6s ease;
-o-transition: 0.6s ease;
  }
  
a >  img:hover {
    opacity:1.0;
transition: 0.6s ease;
-webkit-transition: 0.6s ease;
-moz-transition: 0.6s ease;
-ms-transition: 0.6s ease;
-o-transition: 0.6s ease;
  }


  .profile-picture {
    display: block;
    margin-left: auto;
    margin-right: auto;

    margin-top: 10%;
    height: auto;
    max-width: 200px;

    border-radius: 50%;
}

.profile-name {
    text-align: center;
    padding: 32px;
    font-size: 30px;
}

.footer {
    margin-top: auto;
  }