@import "https://fonts.googleapis.com/css2?family=Roboto&display=swap";
body {
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-align: center;
    background-image: url("/public/imgs/linktree-background-wqhd.png");
/*	background-color: #cb81fc;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
a {
    text-decoration: none;
    color: #fff;
}
h1 {
    text-shadow: 2px 2px 20px #000000;
	font-size: 300%
}
h2 {
    margin-bottom: 40px;
}
h3 {
    margin-top: 0;
    opacity: 70%;
    font-weight: 10;
}
.social {
    position: relative;
    cursor: pointer;
    margin: 10px 38%;
    font-size: 25px;
    transition: all 300ms;
    background: rgba(0, 0, 0, 0.1);
}
.social i {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.social img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 30px;
}
.social a {
    padding: 15px;
    display: block;
}
.social:hover {
    margin: 10px 37%;
    background: rgba(0, 0, 0, 0.5);
}
.pb img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100%;
    opacity: 100%;
    transition: all 400ms;
	margin-top: 100px;
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
}
.pb img:hover {
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.2);
}
i {
    float: left;
}
@media (max-width: 500px) {
    .social {
        margin: 10px 30px;
    }
    .social:hover {
        margin: 10px 29px;
    }
    body {
        background-size: cover;
    }
} /*# sourceMappingURL=style.css.map */
