

html {
    overflow-y: scroll;
  }

.card {
    height: auto;
    width: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    font-family: 'Poppins', sans-serif;
    overflow: scroll;
}

.top-div {
    display: flex;
    justify-content: space-between;
    position: relative
}

.top-div span {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: #A8A7A3;
    display: flex;
    justify-content: center;
    align-items: center
}

.top-div button {
    background-color: #fff;
    font-size: 11px;
    height: 20px;
    width: 35px;
    position: absolute;
    top: 5px;
    left: 125px
}

.top-div span small {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    right: -5px;
    bottom: 16px;
    border: 3px solid #fff
}

.css-180lw20 {
    max-width: 80rem;
    margin-left: 20px;
    margin-right: auto;
}

.border1 {
border: 1px solid rgb(0, 4, 255);
border-radius: 10px 10px 10px 10px;
}

.center1 {
text-align: center;
align-items: center;
justify-items: center;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 10px 10px 10px 10px;
}

.video1 {
    text-align: center;
    align-items: center;
    justify-items: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5% 5% 1% 1%; 
    border: solid 2px rgb(2, 1, 1);
    }

.center2 {
    text-align: start;
    align-items: start;
    justify-items: start;
    display: block;
    margin-left: 10%;
    margin-right: auto;
    }
    
    .center3 {
        text-align: start;
        align-items: start;
        justify-items: start;
        display: block;
        margin-top: 20px;
        margin-left: 2%;
        margin-right: auto;
        }

.bottom-div {
    margin-top: 3px;
    display: contents;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.bottom-div h3 {
    font-weight: 700
}

.sign {
    display:flex;
    gap: 8%;
    align-items: center;
    justify-content: center;
}

.sign span {
    height: 30px;
    width: 30px;
    display: flex;
    color: #000000;
    font-size: 30px;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.sign small {
    text-align: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    margin-top: -50px;
    margin-right: 11px;
    height: 2px;
    width: 2px
}

.sign span i {
    margin-top: 5px
}

.card p {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 600
}

.last-section {
    margin-top: 20px;
    height: 50px;
    width: 100%;
    background-color: #132228;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s;
    cursor: pointer
}

.last-section .last {
    padding: 20px;
    position: relative
}

.last i {
    font-size: 35px;
    margin-top: 2px;
    color: #F6F6F6
}

.last button {
    position: absolute;
    height: 20px;
    width: 70px;
    top: 30px;
    left: 55px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border: none;
    background-color: #132228;
    border-radius: 10px;
    transition: all 0.5s;
    cursor: pointer
}

.last-section p {
    color: #F6F6F6;
    padding: 20px;
    margin-top: 1px
}

.last-section:hover {
    background-color: black
}

.last button:hover {
    background-color: #3e3535
}