.skills-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.skills-row p {
    color: black;
}

.content-row {
    display: flex;
    gap: 32px;
    margin-top: 32px;
}

.content-row p {
    color: black;
    width: 50%;
}

.video-box {
    width: 50%;
    height: 400px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-box img {
    width: 64px;
    height: 64px;
}

.btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    background-color: white;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.btn img {
    width: 24px;
    height: 24px;
}
