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

body{
    background-image: url(background.jpeg);
    font-family: 'Josefin Sans', sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
}
.profile-picture{
    display: block;
    margin-left: auto;
    margin-right: auto;

    margin-top: 10%;
    height: auto;
    max-width: 200px;

    border-radius: 50%;
}

.profile-name{
    text-align: center;
    color: black;
    padding: 38px;
    padding-bottom: 10px;
    font-size: 38px;
    font-weight: 1000;
}

.profile-bio{
    text-align: center;
    color: black;
    padding: 20px;
    padding-top: 5px;
    font-size: 20px;
    font-weight: 1200;
}

.profile-title{
    text-align: center;
    color: blue;
    padding: 38px;
    padding-top: 40px;
    padding-bottom: 5px;
    font-size: 38px;
    font-weight: 1000;
}

.social{
    text-align: center;
    background-image: none;
    padding-top: 10px;
    
}

.social a{
    background-image: none;
    color: black;
}

.social i{
    background-image: none;
    font-size: 40px;
    color: black;
}
.social i:hover{
    color:#f4b41a;
    background-color: none;
}

.links{
    text-align: center;
    margin-top: 28px;
    border: 1px solid black;
    border-width: 2px;

    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;

    border-radius: 40px;

    font-size: 18px;
}

.all-links{
    background-image: none;
}

a{
    text-decoration: none;
    color: white;
    transition: color 1s;
    padding: 18px;
    background-image: linear-gradient(#eecda3, #02aab0);
}

a:hover{
    color: black;

}

.made p{
    text-align: center;
    font-size: 25px;
    color: black;
    background-color: darkgray ;
    bottom: 0%;
}

