* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

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

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

.dnsclub_img {
    width: 300px;
    border-radius: 10px;
}

.dnsclub_text {
    color: white;
    opacity: 75%;
    font-size: 16px;
    text-align: center;
    width: 320px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-wrap: wrap;
}

.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;
    gap: 17px;
    padding-right: 5px;
}

.go_to_dnsclub2 {
    width: 120px;
    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;
    gap: 17px;
    padding-left: 5px;
}

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

.tg_logo1 {
    width: 30px;
}

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

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

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

.go_to_seller1 {
    width: 300px;
    height: 40px;
    background-color: #201e1e;
    border-top-right-radius: 50px;
    border-top-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: center;
    gap: 17px;
    padding-right: 5px;
}

.go_to_seller2 {
    width: 300px;
    height: 40px;
    background-color: #201e1e;
    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: center;
    gap: 17px;
    padding-left: 5px;
}

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

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

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

.go_to_gg1 {
    width: 300px;
    height: 40px;
    background-color: #201e1e;
    border-top-right-radius: 50px;
    border-top-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: center;
    gap: 17px;
    padding-right: 5px;
    padding-left: 25px;
}

.go_to_gg2 {
    width: 300px;
    height: 40px;
    background-color: #201e1e;
    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: center;
    gap: 17px;
    padding-left: 5px;
    padding-right: 25px;
}

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

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

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

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

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