@-webkit-keyframes wobble-hor-bottom {
    0%,
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    15% {
      -webkit-transform: translateX(-30px) rotate(-6deg);
              transform: translateX(-30px) rotate(-6deg);
    }
    30% {
      -webkit-transform: translateX(15px) rotate(6deg);
              transform: translateX(15px) rotate(6deg);
    }
    45% {
      -webkit-transform: translateX(-15px) rotate(-3.6deg);
              transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
      -webkit-transform: translateX(9px) rotate(2.4deg);
              transform: translateX(9px) rotate(2.4deg);
    }
    75% {
      -webkit-transform: translateX(-6px) rotate(-1.2deg);
              transform: translateX(-6px) rotate(-1.2deg);
    }
  }
  @keyframes wobble-hor-bottom {
    0%,
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    15% {
      -webkit-transform: translateX(-30px) rotate(-6deg);
              transform: translateX(-30px) rotate(-6deg);
    }
    30% {
      -webkit-transform: translateX(15px) rotate(6deg);
              transform: translateX(15px) rotate(6deg);
    }
    45% {
      -webkit-transform: translateX(-15px) rotate(-3.6deg);
              transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
      -webkit-transform: translateX(9px) rotate(2.4deg);
              transform: translateX(9px) rotate(2.4deg);
    }
    75% {
      -webkit-transform: translateX(-6px) rotate(-1.2deg);
              transform: translateX(-6px) rotate(-1.2deg);
    }
  }
  

@-webkit-keyframes rotate-vert-center {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate-vert-center {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    background: linear-gradient(to bottom, rgb(14, 14, 14) 30%, #6e4bff);
    width: 100vw;
    height: 750px;
}

.header {
    display: flex;
    justify-content: center;
}

.dnsclub {
    display: grid;
    justify-items: center;
}


.logo_photo {
    display: grid;
    justify-content: center;
    margin-top: 10px;
    width: 300px;
}

.logo_pos {
    display: flex;
    justify-content: center;
    /* padding-left: 10px; */
    width: 300px;
}

.logo_phptp_pos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dnsclub_img {
    width: 250px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dnsclub_logo {
    width: 100px;
    border-radius: 10px;
    animation: wobble-hor-bottom 2.8s both;
    animation-iteration-count: infinite;
}

.dnsclub_heading {
    display: block;
    font-size: 30px;
    opacity: 100%;
    height: 50px;
    text-align: center;
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 20px;
    /* animation: rotate-vert-center 5s linear both;
    animation-iteration-count: infinite; */
}


.dnsclub_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 16px;
    text-align: center;
    width: 320px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-wrap: wrap;
}

.dnsclub_par {
    display: block;
    width: 280px;
    text-align: center;
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 96;
    font-style: normal;
}


.tg_row {
    display: flex;
    width: 300px;
    justify-content: center;
    gap:10px; 
}

.multi_button {
    display: flex;
    transition: transform 0.2s;
    margin-bottom: 10px;
}

.multi_button:hover {
    transform: scale(1.05);
}

.go_to_dnsclub1 {
    width: 137px;
    height: 40px;
    background-color: #201e1e;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: center;
    color: #FFFFFF;
    border-color: #FFFFFF;
    text-align: center;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-right: 5px;
    gap: 17px;
}

.btn_text {
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 120;
    font-style: normal;
    font-size: 20px;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}


.go_to_dnsclub1:hover {
    color: #201e1e;
    background-color: #FFFFFF;
    border-color: #201e1e;
}


.go_to_dnsclub1:focus {
    color: #201e1e;
    background-color: #3caae2;
    border-color: #201e1e;
}

.go_to_dnsclub2 {
    width: 150px;
    height: 40px;
    background-color: #201e1e;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: center;
    color: #FFFFFF;
    border-color: #FFFFFF;
    text-align: center;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-right: 5px;
    gap: 14px;
}


.go_to_dnsclub2:hover {
    color: #201e1e;
    background-color: #FFFFFF;
    border-color: #201e1e;
}


.go_to_dnsclub2:focus {
    color: #201e1e;
    background-color: #3caae2;
    border-color: #201e1e;
}


.tg_logo1 {
    width: 30px;
}

.gg_logo {
    width: 120px;
    height: 28px;
}

.multi_button2 {
    display: grid;
    transition: transform 0.2s;
    margin-bottom: 30px;
}

.multi_button2:hover {
    transform: scale(1.05);
}

.seller {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.go_to_seller1 {
    width: 150px;
    height: 40px;
    background-color: #201e1e;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: center;
    color: #FFFFFF;
    border-color: #FFFFFF;
    text-align: center;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding-right: 5px;
    padding-left: 10px;
}


.go_to_seller1:hover {
    color: #201e1e;
    background-color: #FFFFFF;
    border-color: #201e1e;
}


.go_to_seller1:focus {
    color: #201e1e;
    background-color: #3caae2;
    border-color: #201e1e;
}

/* dif style button */

