/* Custom CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
    background-image: url(../images/bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100dvh;
    background-size: cover;
}
.avatar{
	width: 175px;
    height: 150px;
	border-radius:0;
}

a{
	color:#fff;
	text-decoration:none;
}

/* 3D Logos */

/* Printables */
.button.button-printables {
  color: #ffffff;
  background-color: #e05d2d;
}
.button.button-printables:hover,
.button.button-printables:focus {
  filter: brightness(90%);
}

/* Cults */
.button.button-cults {
  color: #ffffff;
  background-color: #7900ef;
}
.button.button-cults:hover,
.button.button-cults:focus {
  filter: brightness(90%);
}

/* Thingiverse */
.button.button-thingiverse {
  color: #ffffff;
  background-color: #5e7df2;
}
.button.button-thingiverse:hover,
.button.button-thingiverse:focus {
  filter: brightness(90%);
}

/* Wallapop */
.button.button-wallapop {
  color: #ffffff;
  background-color: #3DD2BA;
}
.button.button-wallapop:hover,
.button.button-wallapop:focus {
  filter: brightness(90%);
}

/* MakerWorld */
.button.button-makerworld {
  color: #ffffff;
  background-color: #00AE42;
}
.button.button-makerworld:hover,
.button.button-makerworld:focus {
  filter: brightness(90%);
}

/* X */
.button.button-x {
    color: #FFFFFF;
    background-color: #000000;
    border: 1px solid #000000;
}

/* Amazon Wishlist */
.button.button-amazon {
    border: 1px solid #ffffff;
}