@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    font-size: 20px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
}

p:not(:last-child) {
    margin-bottom: 1.5em;
}

body {
    font: 1em/1.618 Inter, sans-serif;

    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 100vh;
    padding: 30px;
    margin: 0;

    color: #224;
    background:
        url(https://source.unsplash.com/E8Ufcyxz514/2400x1823) center / cover no-repeat fixed;
}

.textintro {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: x-large;

}
.textintro1 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;

}

.imgintro1 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 2.5rem;
    border: 3px solid #f6f6f6;
    box-shadow: 0px 5px 40px #696a6a;
    box-sizing: content-box;
    background-color: #f6f6f6;
}

.card {
    max-width: 300px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    max-width: 400rem;
    height: auto;
    padding: 40px;

    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);

    backdrop-filter: blur(15px);
}

.card-footer {
    font-size: 0.65em;
    color: #446;
}

.btn1 {
    outline: 0;
    border: none;
    padding: 0.5rem 0.5rem;
    text-align: center;
    color: white;
    background: #EE8F71;
    border-radius: 2rem;
    font-size: 1.6rem;
    font-family: inherit;
    cursor: pointer;
    transition: 0.5s;
}

.btn1:hover {
    opacity: 0.77;
    transform: scale(1.05);
}

.btn1:active {
    transform: scale(0.95);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

#linkedin {
    --link-color: #0e76a8;
}

#facebook {
    --link-color: #1877F2;
}

#instagram {
    --link-color: #e1206c;
}

#twitter {
    --link-color: #1D9BF0;
}

#portfolio {
    --link-color: #673ab7;
}

#blog {
    --link-color: #673ab7;
}

#map {
    --link-color: #EA4335;
}

#tiktok {
    --link-color: #000000;
}

#whatsapp1 {
    --link-color: #56D062;
}

#mail {
    --link-color: #183153;
}

#contact {
    --link-color: #183153;
}

.digital-tech {
    padding: 30px;
    font-size: 0.8rem;
    position: static;

}

.creditsnew {
    font-size: large;
    font-family: 'Lato' sans-serif;
    font-weight: 900;
    text-align: center;
}