h5 {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #72788899;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
    margin-top: 1.5em;
}

h5s {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #72788899;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: left;
    margin-top: 1.5em;
}

p.ab-txt {
    width: 70%;
    margin-right: 6.5em;
    margin-left: 6.5em;
    margin-top: 3em;
}

.ab-column {
    background: var(--coffee-1c);
    color: var(--bg);
    padding: 2em;
    border-radius: 15px;
    width: 70%;
}

.rows {
    display: flex;
    gap: 2em;
    margin-top: 5em;
}


.codepen-btn,
.instagram-btn {
    padding: 6px 12px;
    border-radius: 18px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    transition: .3s;
}

.codepen-btn:hover,
.instagram-btn:hover {
    opacity: 0.8;
}

.instagram-btn {
    background: linear-gradient(270deg, rgb(251, 206, 255) 0%, rgb(255, 209, 209) 100%);
    color: rgba(208, 0, 166, 0.8);
}

.codepen-btn {
    background: linear-gradient(270deg, rgb(240, 214, 255) 0%, rgb(211, 205, 255) 100%);
    color: rgba(92, 27, 174, 0.8);
}

buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 3.5em;
}

.inka {
    display: block;
    color: #bbb;
    padding: 12px;
    text-align: left;
    background: #1e1c32cc;
    transition: .3s;
    clip-path: polygon(52% 0, 96% 0, 100% 18%, 100% 85%, 100% 100%, 3% 100%, 0 78%, 0 15%, 0 0);
}

.inka:hover {
    background-image: linear-gradient(90deg, rgba(30, 28, 50, 0.8) 0%, rgba(43, 22, 29, 0.7) 100%);
}

.inka:after {
    content: "*";
    position: absolute;
    right: 10.7em;
    font-size: 20px;
    color: #bbbbbb3d;
}


pc {
    margin-top: 7em;
    margin-right: 19.5em;
    margin-left: 19.5em;
    display: flex;
    gap: 20px;
    justify-content: center;
    transition: .3s;
    height: 2em;
}

.pc-text {
    content: 'Manufacturers';
    display: none;
    opacity: 0.5;
    position: absolute;
}

pc:hover::before {
    filter: none;
    display: block;
    z-index: 400;
}

pc:hover {
    z-index: -400;
    color: white;
    content: "sd";
    filter: blur(8px);
}

pc img {
    width: 6em;
    height: 1em;
    opacity: 0.4;
}   

body,
main {
    display: block;
}

.mobile {
    display: none;
}

@media only screen and (max-width: 1100px) {

    body,
    main {
        display: none;
    }

    body,
    .mobile {
        display: block;
        margin-top: 1em;
        margin-left: 1em;
        color: #eb7777;
    }
}

img.dpd-img {
    width: 16em;
    border-radius: 10px;
    margin-left: 10px;
}

div#myDropdown:before {
    content: "+-------------------------------------------------------+";
    position: absolute;
    margin-top: -2.5em;
    background: transparent;
    color: transparent;
    height: 3em;
}

a#dns {
    background-size: 100%;
    -webkit-text-fill-color: transparent;
    background-repeat: repeat;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg,#F06844 0%,#EE4C54 25%,#D45E95 50%,#9C6CA6 75%,#6583C1 100%);
}