@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

* {
    margin: 0;
}

html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    color: white;
    -webkit-font-smoothing: antialiased;
}

.minha-foto img {
    display: block;
    margin: auto;
    width: 10rem;
    height: 11.5rem;
    object-fit: cover;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    margin-top: 185px;
}

body {
    display: grid;
    place-items: center;
    background-image: linear-gradient(#ff008c85, #fcab14ec)
}

main {
    background: url("https://i.ibb.co/Tc36LHN/background2.jpg");
    width: 355px;
    height: 730px;
    border-radius: 20px;
}

.avatar > img {
    width: 10rem;
    height: 11.5rem;
    object-fit: cover;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

h1 {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 1.5rem;
}

a {
    color: white;
    text-decoration: none;
    margin-top: 0.25rem;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
}

p {
    font-size: 1.2rem;
    margin-top: 2rem;
    padding: 0px 40px;
    text-align: center;
    font-weight: normal;
}

ul {
    list-style: none;
    margin-top: 3rem;
    padding: 0;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

li img {
    border-radius: 20px;
    width: 50px;
}

.linkedin:hover, .instagram:hover, .github:hover  {

    transition: 1s;
    width: 75px;
    
}