body {
background: #1b1b1b;
font-family: "Arial", sans-serif;
font-size: 15px;
letter-spacing: 2px;
}
img {
border-radius: 50%;
}

.Profile_name {
display: block;
text-align: center;
font-size: 15px;
padding: 40px;
color: #717c71;
}
.links, .links_YT, .links_IMDB, .links_LBXD, .links_MAL, .links_Goodreads, .links_LSTFM, .links_RYM, .links_GWAVE, .links_STEAM {
color: white;
text-align: center;
font-family: 'Comfortaa', sans-serif;
font-size: 12px;
margin-top: 15px;
padding: 15px;
border: 1px solid white;
border-width: 1px;
width: 250px;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 50px;
background: #474952;
}
a {
text-decoration: none;
}
.links:hover {
color: black;
background: #ffffff;
 position:relative;
    font-size:20px;
    font-weight: 600;
    text-shadow:0px 0px 10px white;
    width:300px;
    height:25px;
    display:block;
    z-index:999;
}
.links_YT:hover {
  color: black;
  background: #ff0000;
   position:relative;
      font-size:20px;
      font-weight: 600;
      text-shadow:0px 0px 10px white;
      width:300px;
      height:25px;
      display:block;
      z-index:999;
      
  }
  .links_IMDB:hover {
    color: black;
    background: #e1b517;
     position:relative;
        font-size:20px;
        font-weight: 600;
        text-shadow:0px 0px 10px white;
        width:300px;
        height:25px;
        display:block;
        z-index:999;
    }
    .links_LBXD:hover {
      color: black;
      background: linear-gradient(to right, #ff8000, #00e054, #40bcf4);
       position:relative;
          font-size:20px;
          font-weight: 600;
          text-shadow:0px 0px 10px white;
          width:300px;
          height:25px;
          display:block;
          z-index:999;
      }
      .links_MAL:hover {
        color: black;
        background: #2e51a2;
         position:relative;
            font-size:20px;
            font-weight: 600;
            text-shadow:0px 0px 10px white;
            width:300px;
            height:25px;
            display:block;
            z-index:999;
        }
        .links_Goodreads:hover {
          color: black;
          background: linear-gradient(to top, #805627, #6c3d0d);
           position:relative;
              font-size:20px;
              font-weight: 600;
              text-shadow:0px 0px 10px white;
              width:300px;
              height:25px;
              display:block;
              z-index:999;
          }
        .links_LSTFM:hover {
          color: black;
          background: #d51007;
           position:relative;
              font-size:20px;
              font-weight: 600;
              text-shadow:0px 0px 10px white;
              width:300px;
              height:25px;
              display:block;
              z-index:999;
          }
          .links_RYM:hover {
            color: black;
            background: linear-gradient(to top, #18479a, #3050a0, #4fabdb);
             position:relative;
                font-size:20px;
                font-weight: 600;
                text-shadow:0px 0px 10px white;
                width:300px;
                height:25px;
                display:block;
                z-index:999;
            }
            .links_GWAVE:hover {
              color: black;
              background: linear-gradient(to top, #a7271d, #b41e1e, #e52423, #b5b4b4);
               position:relative;
                  font-size:20px;
                  font-weight: 600;
                  text-shadow:0px 0px 10px white;
                  width:300px;
                  height:25px;
                  display:block;
                  z-index:999;
              }
              .links_STEAM:hover {
                color: black;
                background: linear-gradient(to top, #0b78aa, #07152b);
                 position:relative;
                    font-size:20px;
                    font-weight: 600;
                    text-shadow:0px 0px 10px white;
                    width:300px;
                    height:25px;
                    display:block;
                    z-index:999;
                }
.thumbnail {
  display:block;
  margin-top:100px;
  margin-left:auto;
  margin-right:auto;
  cursor: pointer;
  transition: all ease-out .5s;
}
.thumbnail:hover {
    transform: scale(1.1);
    box-shadow: .8px .8px 10px rgba(255, 255, 255), -.8px -.8px 25px rgba(255, 255, 255)
}