@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* body
{
    font-family: 'Inter', sans-serif;
    background: radial-gradient(#00875f , #121214 68%);
} */

/* #box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    color: #ffffff66;
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    background-color: rgba(21, 26, 34, 0.75);
} */

/* #perfil h1
{
    font-size: 2rem;
    font-weight: 700;
}


.img img
{
    border: 1px solid #00875e50;
    padding: 3px;
    border-radius: 55% 45% 70% 30% / 30% 30% 70% 70%;
    max-width: 200px;
    margin-bottom: 15px;
}

section #social
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* #social a
{
    text-decoration: none;
    padding: 8px 0;
    border-radius: 5px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    color: #ffffff66;
    border: 1px solid transparent;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .2s;
} */

#social a:hover
{
    color: #00875f;
}

section
{
    margin: 20px 0;
}

.box-tech
{
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #00875e50;
    padding: 10px;
    max-width: 300px;
    height: 100px;
    border-radius: 5PX;
}

/* i
{
    font-size: 2.2rem;
    color: #00875f;
} */

@media screen and (max-width: 480px) {
    #box{
        height: auto;
    }
}

@media (min-width: 480.02px) and (max-width: 600px){
    #box{
        height: auto;
    }

} */