body{
    font-family: "Manrope", sans-serif;
    background-color:#F2F4F7;
    color: black;
    position: relative;
    top: 0 !important;
}

.hero{
    height: 80dvh;
}
.slide-text{
    width: 85%;
    font-weight: bold;
}

.hero3{
    width: 100%;
}

.account{
    border: 1px solid rgb(212, 175, 55);
    border-radius: 20px;
    width: 100%;
}

footer img{
    width: 40px;
}

.myhistory1{
    width: 180%;
}
.myhistory2{
    width: fit-content;
}

.myhistory4{
    width: 270%;
}

.bot{
    height: 65vh;
    overflow-y: auto;
}

#chartPlaceholder{
    min-height: 600px;
}
