body {
    font-family: 'Belleza', sans-serif;
    background: #000;
    color: #f5f5f5;
}

a {
    text-decoration: none;
}

.cover {
    min-height: 100vh;
    background: #000;
    padding: 100px 0 32px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.coverGif {
    position: absolute;
    right: 0;
    width: 70%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.coverContainer {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.coverAction {
    flex: 1;
}

.coverContent {
    flex: 2;
}

.presaleContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 20px 35px;
    border-radius: 20px;
    position: relative;
    background: #0a0a0a;
    border-bottom: 3px solid rgb(60, 60, 60);
}

.presaleIcon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    padding: 4px;
}

.presaleHead {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.presaleTokenName {
    font-size: 16px;
    font-weight: 700;
}

.presalePair {
    font-size: 1.36em;
    font-weight: 600;
    color: gray;
}

.presaleTimer {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    color: gray;
}

.timerItem {
    font-size: 1.6em;
    font-weight: 800;
    border: 4px solid rgb(30, 30, 30);
    padding: 5px 10px;
    border-radius: 20px;
    width: 100%;
    color: #fff;
    text-align: center;
}

.presaleAction {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    position: relative;
}

.presaleActionBtn {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px 12px;
    color: #000;
    background: #fff;
    border-radius: 15px;
    font-weight: 800;
    cursor: pointer;
}

.presaleConversion {
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    color: #ba7300;
}

.presaleStats {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background: #000;
    padding: 10px;
    font-size: 13px;
    color: #c8c8c8;
}

.presaleStats div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#complete-percent {
    color: #ffb43c;
    font-weight: 600;
}

#raised-amount {
    color: #fff;
    font-weight: 700;
}
h3{margin-bottom: 0!important;}