@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

body {
    background-color: #121212;
}
/* Profile pic  */
#userPhoto {
    width: 100px;
    height: 100px;
    display: block;
    margin: 35px auto 20px;
    border-radius: 50%;
}
/* username styles*/
#userName {
    color: 	#808080;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#links {
    max-width: 675px;
    width: auto;
    display: sticky;
    margin: 27px auto;
}

.link {
    display: block;
    background-color: #ff153f;
    color: #fff;
    font-family:'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    padding: 17px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: all .5s cubic-bezier(.08, .59, .29, .99);
}

.link:hover {
    background-color: #fff;
    color: #000;
    border: solid #EE82EE 4px;
}

.footer {
    text-align: center;
    font-size: 1.3rem;
}

.footer a {
    text-decoration:none;
    padding: 5px;
    color: #fff;
}

p{
				text-align: center;
				color: #808080;
}

#footer{
				text-align: center;
				color: #fff;
				margin-top: 30px;
}
