:root{
    --cor-box: #6100e0;
}

html, body {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: rgb(223, 223, 223);
    background: linear-gradient(180deg, #c7f8ff 0%, #68fff7 100%);
    font-family: 'Poppins', sans-serif;
    color: #001855;
}

html, body {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: rgb(223, 223, 223);
    background: linear-gradient(180deg, #c7f8ff 0%, #68fff7 100%);
    font-family: 'Poppins', sans-serif;
    color: #001855;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 60px 30px;
    width: 60%;
    max-width: 900px;
    box-sizing: border-box;
    height: 100%
}

.avatar {
    margin: 0 auto;
    width: 200px;
    border-radius: 50%;
}

.box {
    border-top: 1px solid var(--cor-box);
    border-bottom: 1px solid var(--cor-box);
    padding: 35px;
    margin: 60px 0;
}

.hide{
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 15px;
}

h1 {
    font-family: 'Bungee', cursive;
    font-size: 40px;
    letter-spacing: 5px;
    word-spacing: 4px;
    margin: 0 0 10px;
}

h2 {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 5px;
    margin: 0;
}

.social-icons {
    padding: 0 250px;
    list-style: none;
}

.icon-lines {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.icon-lines a {
    display: block;
    width: 80px;
    text-align: center;
    text-decoration: none;
    margin: 0 20px;
    color: #001855;
}

.icon-lines img {
    width: 70px;
}

.social-icons p {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 2px;
    max-width: 650px;
}

.a {
    text-decoration: none;
    color: white;
}

.curriculo {
    color: white;
    width: 300px;
    height: 50px;
    line-height: 50px;
    background-color: var(--cor-box);
    border-radius: 50px;
    margin: 50px auto 0;
}



@media screen and (min-width: 731px) and (max-width: 1000px) {
    .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        padding: 60px 30px;
        width: 70%;
        box-sizing: border-box;
        height: 100%
    }

    .avatar {
        /* margin: 0 auto 30px; */
        width: 160px;
        border-radius: 50%;
    }

    .box {
        border-top: 1px solid #6100e0;
        border-bottom: 1px solid #6100e0;
        padding: 25px;
        margin: 20px;
    }

    .box div {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    .box .hide {
        margin: 0 15px;
    }

    h1 {
        font-family: 'Bungee', cursive;
        font-size: 30px;
        letter-spacing: 5px;
        word-spacing: 4px;
        min-width: 370px;
        margin: 0 0 10px;
    }

    h2 {
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 4px;
        margin: 0;
    }

    .social-icons {
        padding: 0 150px;
        list-style: none;
        max-width: 650px;
    }

    .icon-lines {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 55px;
    }

    .icon-lines a {
        width: 70px;
        text-decoration: none;
        margin: 0 10px;
        color: #001855;
    }

    .icon-lines img {
        width: 50px;
    }

    .social-icons p {
        margin: 0;
        font-size: 10px;
        letter-spacing: 2px;
    }
}
@media screen and (max-width: 730px) {

    .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        padding: 60px 30px;
        width: 370px;
        box-sizing: border-box;
        height: 100%
    }

    .avatar {
        /* margin: 0 auto 30px; */
        width: 120px;
        border-radius: 50%;
    }

    .box {
        border-top: 1px solid #6100e0;
        border-bottom: 1px solid #6100e0;
        padding: 15px;
        margin: 20px;
    }

    .box div {
        width: 200px;
        margin: 0 auto;
    }

    h1 {
        font-family: 'Bungee', cursive;
        font-size: 22px;
        letter-spacing: 1px;
        word-spacing: 4px;
        margin: 0 0 10px;
    }

    h2 {
        font-weight: 500;
        font-size: 10px;
        line-height: 20px;
        letter-spacing: 4px;
        margin: 0;
    }
    .hide {
        display: none;
    }

    .social-icons {
        padding: 0 50px;
        list-style: none;
    }

    .icon-lines {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 20px;
    }

    .icon-lines a {
        display: block;
        width: 60px;
        text-align: center;
        text-decoration: none;
        margin: 10px auto;
        color: #001855;
    }

    .icon-lines img {
        width: 35px;
    }

    .social-icons p {
        margin: 0;
        font-size: 9px;
        letter-spacing: 0;
    }

    .curriculo {
        color: white;
        text-decoration: none;
        width: 150px;
        height: 30px;
        background-color: var(--cor-box);
        border-radius: 30px;
        margin: 15px auto 0;
        line-height: 30px;
        font-size: 10px;
    }
}
