body.bg {
    background-image: url("../img/background.webp");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    height: 100vh;
    display: flex;
}

.card {
    height: 700px;
    width: 1200px;
    border-radius: 12px;
    background-color: #ffffff;
    margin: auto;
}

table {
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

td {
    border: none;
    border-right: 1px #f0f0f0 solid;
    padding: 20px;
}

.skill-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.skill-icons img {
    width: 40px;
    height: 40px;
}

.social-links a {
    display: inline-block;
    text-decoration: none;
    outline: none;
}

.social-links img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}