body {
    background-color: #262C30;
    color: white;
}

.card-subtitle {
    color: rgba(255, 255, 255, 0.596);
    padding-top: 5px;
}

.language-bash {
    color: #D4D4D4;
}

.language-javascript {
    color: #D4D4D4;
}

.language-jsx {
    color: #D4D4D4;
}

.language-js {
    color: #D4D4D4;
}

.share-buttons a {
    display: inline-block;
    margin: 5px;
    padding: 10px 15px;
    background-color: #eee;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-family: sans-serif;
}

.share-buttons a:hover {
    background-color: #ddd;
}

.ad-type.selected {
    border-color: #00ffd1;
}

.ad-info {
    display: flex;
    gap: 2rem;
}

.ad-details {
    flex: 2;
}

.social-share {
    padding-top: 5px;
}