@font-face {
    font-family: 'Poppins';
    src: url(" https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
}


body {
    background-color: hsl(0, 0%, 8%);
    justify-self: center;
}

img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
}

#image {
    display: block;
    padding-left: 50%;
    padding-right: 50%;
    justify-self: center;
    display: flex;
    
}

h1, h2, p {
    font-family: Poppins, sans-serif;
    text-align: center;
    color: white;
}

#undertitle{
    color: hsl(75, 94%, 57%);
}

.container {
    background-color: hsl(0, 0%, 12%);
    margin: 5%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 20px;
    padding-bottom: 05px;
    border-radius: 10px;
    margin-bottom: 0px;
    max-width: 400px;
}


a {
    color: white;
    text-decoration: none;
    display: block;
    justify-content: center;
    background-color: hsl(0, 0%, 20%) !important;
    margin: 10px;
    border-radius: 10px;
    border-color: beige;
    padding: 10px;
}

a:hover {
    box-shadow: 0px 7px 20px -10px rgb(0 0 0 / 100%) !important;
}

#instagram:hover {
    scale:1.05;
    transition: 0.5s;
    background-image: linear-gradient(45deg, #9412F8, #FF810E);
}

#facebook:hover {
    scale:1.05;
    transition: 0.5s;
    background-image: linear-gradient(45deg, #106AFF, #106AFF);
}

#linkedin:hover {
    scale:1.05;
    transition: 0.5s;
    background-image: linear-gradient(45deg, #167AAB, #167AAB);
}

#x:hover {
    scale:1.05;
    transition: 0.5s;
    background-image: linear-gradient(45deg, black, black);
}

#github:hover {
    scale:1.05;
    transition: 0.5s;
    background-image: linear-gradient(45deg, white, white);
    color: black;
}

#foot-note{
    font-size: 10px;
    margin-bottom: 10%;
}