@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@-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;
}

html {
    background: black;
    height: 100%;
    overflow: hidden;
}

a {
    text-decoration: none;
}

body {
    /* background: linear-gradient(to bottom, rgb(14, 14, 14) 30%, rgb(109, 107, 107) 70%); */
    /* background-image: url(./img/matrix.jpg); */
    width: 100vw;
    height: 100vh;
}

.matrix {
    position: absolute;
    width: 100vw;
}

.body2 {
    width: 100vw;
    position: absolute;
    z-index: 2;
    display: inline-block;
    justify-content: center;
    align-items: center;
    height: 100vh;
    box-sizing: border-box;
    overflow: scroll;
}

.dnsclub {
    display: grid;
    justify-items: center;
    margin-top: 30px;
}

.dnsclub_img {
    width: 300px;
    border-radius: 10px;
    animation: heartbeat 2.5s ease-in-out infinite both;
}

.dnsclub_heading {
    display: block;
    font-size: 30px;
    opacity: 100%;
    font-weight: 300;
    height: 40px;
    text-align: center;
    /* animation: rotate-vert-center 5s linear both; */
    animation-iteration-count: infinite;
    margin-top: 10px;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    z-index: 1;
    color: #FFFFFF;
}

.dnsclub_par {
    display: block;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: white;
    opacity: 95%;
    font-size: 16px;
    text-align: center;
    text-wrap: wrap;
    width: 280px;
    opacity: 100%;
}

.dnsclub_text {
    text-align: center;
    width: 320px;
    display: grid;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    /* padding-bottom: 20px; */
    background: linear-gradient(to bottom, rgb(14, 14, 14) 30%, rgb(0, 106, 58) 70%);
    border-radius: 10%;
    opacity: 80%;
}

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

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

.go_to_dnsclub1 {
    width: 100px;
    height: 40px;
    background-color: #201e1e;
    border-bottom-left-radius: 25px;
    border-top-left-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;
}

.go_to_dnsclub2 {
    width: 140px;
    height: 40px;
    background-color: #201e1e;
    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;
}

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

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

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

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

.dns_logo1 {
    width: 20px;
    margin-left: 15px;
}

.dns_logo2 {
    width: 20px;
    margin-left: 15px;
}

.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: 240px;
    /* height: 40px; */
    background-color: #201e1e;
    border-top-right-radius: 25px;
    border-top-left-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;
    gap: 17px;
    padding-right: 10px;
    padding-left: 25px;
}

.go_to_seller2 {
    width: 240px;
    /* height: 40px; */
    background-color: #201e1e;
    border-bottom-right-radius: 25px;
    border-bottom-left-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;
    gap: 17px;
    padding-left: 10px;
    padding-right: 25px;
}

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

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

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

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

.footer {
    background-color: black;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.maker {
    display: block;
    color: white;
    opacity: 75%;
    font-size: 16px;
}