.logo{
    height: 60px;
    margin: 20px;
    border-radius: 50px;
    width: 60px;
    position: fixed;
}
a{
    text-decoration: none;
    color: white;
    list-style: none;
    font-size: 20px;
    margin-top: 20px;
}
a:hover{
    color: gray;
}
ul{
    display: flex;
    justify-content: end;
    gap: 50px;
}
.photo1{
    width: 100%;
    height: 100vh;
}
.btn{
    margin-top: 10px;
    margin-right: 40px;
}
.content{
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 83vh;
    flex-direction: column;
    background-image: url(./images/Timeless\ by\ Davido.jpeg);
}
#clipboard-input{
    width: 100%!important;
    
}
.clipboards{
    background-color: black;
    color: white;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 3px 2px 2px 0px blue;
}
.clipboard {
    /* display: none!important; */
    position: relative;
    height: 40px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 25px 10px!important;
    display: flex;
    align-items: center;
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}
.addy{
    color: black;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    width: 400px!important;
}
.body{
    margin-top: 15vh!important;
    width: 75%;
    text-align: center;
    margin: auto;
    color: white;
    border-radius: 20px;
    box-shadow: 2px 6px 15px 5px blue;
    height: 60vh!important;
    position: relative;
    padding: 50px;
}
.join-us{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bod{
    width: 100%;
    height: 170vh;
}
.list{
    text-align: center;
    margin-top: 10px;
    
}
.listed{
    letter-spacing: 1px;
    padding: 5px;
}
h5{
    letter-spacing: 3px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding: 10px;
}
.images{
    width: 100%!important;
    gap: 20px;
}
.about{
    background-color: blac;
}
.image1{
    border-radius: 50px;
}

/* .point{
    border: 2px solid;
    border-radius: 50px;
    font-size: 30px;
    padding: 10px;
    margin-top: 30px;
} */
.davido{
    font-size: 60px;
    color: orange;
}
.community{
    color: #f0f0f0;
    font-size: 50px;
    text-align: center!important;
}
#header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #f0f0f0;
    transition: top 0.5s ease-in-out;
}
#headers {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #f0f0f0;
    transition: top 0.5s ease-in-out;
}
body{
    background-color: blac;
}
#header.scrolled {
    top: -100px;
}
#headers.scrolled {
    top: -100px;
}
.buy{
    text-align: center;
    padding: 50px 0px;
    background-image: url(./images/Kate\ Light\ Gray\ Abstract\ Texture\ Backdrop\ for\ Photography.jpeg);
}
.footer{
    background-image: url(./images/a9735983-217a-4337-ae10-b16b04692360.jpeg);
    height: 40vh;
    text-align: center;
    padding-top: 120px;
    color: white;
    margin-top: 80px;
}
.social{
    height: 60px;
    margin: 8px!important;
    font-weight: bold;
    
}
.social:hover{
    background-color: black!important;
    color: white;
}
footer{
    height: 80px;
    font-weight: bold;
    padding-top: 25px;
    color: gray;
}

.support button{
    position: absolute;
    right: 0;
    position: fixed;
    font-size: 40px;
    border-radius: 50px;
}
.me{
    display: flex;
    justify-content: end;
}
.tokenomics{
    margin-bottom: 12vh!important;
}

.donating{
    /* width: 60%!important; */
    position: absolute;
    position: fixed;
    text-align: center;
    top: 70vh;
    
}