/* Style Settings */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Work Sans", sans-serif;
    background-color: #1C1C1C;
    margin: 0;
    padding: 8px 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(https://undangandigitalbali.com/link/bg.jpg);
    background-attachment: fixed;
}

#userPhoto{
    width: 96px;
    height: 96px;
    display: block;
    margin: 35px auto 20px;
    border-radius: 50%;
}

#userName{
    color: #171717;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    display: block;
    font-family: "Lexend", sans-serif;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.tagline {
    color: #171717;
    font-size: 14px;
    text-align: center;
}

#links{
    max-width: 500px;
    width: auto;
    display: block;
    margin: 27px auto;
    padding: 0 10px;
}
.link{
    display: block;
    background-color: #171717;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 12px;
    text-decoration: none;
    font-size: 13px;
    transition: all .25s cubic-bezier(.08,.59,.29,.99);
    border: solid #171717 2px;
    border-radius: 30px;
}

.link:hover{
    background-color: transparent;
    color: #171717;
}

.social {
	list-style: none;
	margin-top: 30px;
	margin-bottom: 70px;
    text-align: center;
    padding-left: 0;
}

.social li {
	display: inline-block;
	margin: 0 5px;
}

.social li a {
    color: #fff;
    font-size: 22px;
}
