body {
    background-image: linear-gradient(to bottom right, white, rgb(0, 119, 255));
}

.skill p {
    margin: 10px;
}


/* .card {
    /* backdrop-filter: blur(3px); 
} */

.left {
    background-color: blue;
    color: white;
    width: 35%;
    display: block;
    float: left;
    margin-left: 5%;
    height: 100%;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.right {
    background-image: linear-gradient(rgb(218, 218, 218), white);
    color: black;
    width: 55%;
    display: block;
    float: left;
    height: 100%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.right h4 {
    margin-left: 10px;
    /* background-color: rgb(20, 14, 14); */
}

.card img {
    width: 50%;
    margin: 10px auto;
    display: block;
    border-radius: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.card img:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.7);
}

.dark-mode i {
    height: 10px;
    padding: 0px;
}

.dark-mode {
    float: right;
    display: block;
}

.left .card p {
    font-size: 26px;
    margin: 5px 70px;
    width: 70%;
    text-align: center;
    display: block;
}

.lowcard {
    padding: 20px;
}

.avatar {
    text-align: center;
}

.right .card p {
    font-size: 13px;
    margin: 5px 70px;
    width: 70%;
    display: block;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 10px;
}

.skill-1 {
    height: 10px;
    width: 60%;
    background-color: lightblue;
}

.skill-2 {
    height: 10px;
    width: 90%;
    background-color: lightblue;
}

.skill-3 {
    height: 10px;
    width: 80%;
    background-color: lightblue;
}

.skill-4 {
    height: 10px;
    width: 85%;
    background-color: lightblue;
}

.skill p {
    display: block;
}


/* Add a hover effect if you want */

.fa:hover {
    opacity: 0.7;
}


/* Set a specific color for each brand */


/* Facebook */

.fa-facebook {
    background: #3B5998;
    color: white;
}


/* Twitter */

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-instagram {
    background-image: linear-gradient(to bottom left, red, orange);
    color: white;
}