body {
    background: url("./src/bg2.jpg") no-repeat center center fixed;
    background-size: 100%;
    opacity: 0.8;
    margin: 0;
    font-size: 24px;
}

header {
    display: flex;
}

.heading {
    width: 90%;
}

.info-btn {
    display: flex;
    width: 10%;
    border-left: thin;
    justify-content: right;
}

#info {
    font-size: 12px;
    font-family: 'Poppins', 'Verdana', sans-serif;
    font-weight: 600;
    margin-top: 1.5em;
    margin-right: 1.5em;
    background-color: lightskyblue;
    border: none;
    border-radius: 1.8em;
    height: 3em;
    width: 6em;
}

.more-info {
    display: none;
    font-size: 12px;
    font-family: 'Poppins', 'Verdana', sans-serif;
    color: #ffffff;
    background-color: rgba(60, 60, 60, 0.95);
    width: 30em;
    height: 30em;
    position: absolute;
    margin: 2em;
    padding: 2em;
    border-radius: 0.5em;
}

.news-info {
    display: none;
    font-size: 15px;
    font-family: 'Poppins', 'Verdana', sans-serif;
    color: #ffffff;
    background-color: rgba(60, 60, 60, 0.95);
    width: 20em;
    position: absolute;
    text-align: center;
    margin: 2em;
    padding: 1.5em;
    border-radius: 0.5em;
}



.alert {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

#info:active+.more-info {
    display: flex;
}

h1 {
    font-family: 'Poppins', 'Verdana', sans-serif;
    font-weight: 700;
    margin: 0.5em;
    margin-inline-start: 0.5em;
    margin-inline-end: 0.5em;
    font-size: 36px;
    width: fit-content;
}

.stats {
    font-family: 'Poppins', 'Verdana', sans-serif;
    font-weight: 300;
    font-size: 1em;
    width: 100%;
}

.stats-tb {
    padding-left: 4em;
    width: 100%;
}

td {
    width: 33.33%;
}

.buy {
    width: 40%;
    border-right: thin solid #3c3c3c;
    height: 20.5em;
}

.sell {
    width: 40%;
    border-right: thin solid #3c3c3c;
    height: 20.5em;
}

.portfolio {
    width: 20%;
    height: 20.5em;
    padding-left: 1em;
    padding-right: 1em;
}

.buy-sell {
    font-family: 'Poppins', 'Verdana', sans-serif;
    margin-top: 1em;
    display: flex;
    justify-content: center;
}

.subheading {
    font-family: 'Poppins', 'Verdana', sans-serif;
    font-weight: 600;
    font-size: 1em;
    text-align: center;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}

select {
    width: 70%;
    height: 40px;
    border: none;
    border-radius: 0px;
    font-size: 0.7em;
    border-radius: 5px;
}

.content {
    text-align: center;
}

#option {
    font-size: 1em;
    height: 40px;

}

.flex {
    margin-top: 0.5em;
    display: flex;
    justify-content: center;
}

.current-price {
    font-size: 1.5em;
    font-weight: 900;
}

.trend {
    font-size: 1.5em;
    width: 25%;
    padding-left: 0.33em;
    font-weight: 300;
}

.footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 1em;
    background-color: rgba(60, 60, 60, 0);
}

.footer-info {
    font-family: 'Consoloas', monospace;
    width: 33.33%;
    font-size: 0.75em;
    color: #555;
}

#left-info {
    text-align: left;
    padding-left: 2em;
    padding-bottom: 0.5em;
}

#center-info {
    text-align: center;
    padding-bottom: 0.5em;
}

#right-info {
    text-align: right;
    padding-right: 2em;
    padding-bottom: 0.5em;
}

.buy-button {
    margin-top: 1.8em;
    height: 2.5em;
    font-family: 'Poppins', 'Verdana', sans-serif;
    font-size: 0.7em;
    border-radius: 50px;
    border: none;
    width: 100px;
    background-color: #549A63;
}

.buy-button:hover {
    background-color: #458d55;
}

textarea {
    width: 125px;
    border-radius: 10px;
    border: none;
    font-family: 'Poppins', 'Verdana', sans-serif;
    font-size: 0.7em;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    resize: none;
    border: black solid 1px;
}

.sell-button {
    margin-top: 1.8em;
    height: 2.5em;
    font-family: 'Poppins', 'Verdana', sans-serif;
    font-size: 0.7em;
    border-radius: 50px;
    border: none;
    width: 100px;
    background-color: #ff8181;
}

.sell-button:hover {
    background-color: #fb5f5fde;
}

a {
    text-decoration: none;
    color: #3c3c3c;
    text-decoration-line: underline;
}

#verified-bought {
    text-align: center;
    margin-top: 1em;
    height: 1em;
    font-family: 'Poppins', 'Verdana', sans-serif;
    font-size: 0.7em;
    font-weight: 600;
}

#verified-sold {
    text-align: center;
    margin-top: 1em;
    height: 1em;
    font-family: 'Poppins', 'Verdana', sans-serif;
    font-size: 0.7em;
    font-weight: 600;
}

#portfolio {
    /* text-align: center; */
    font-size: 0.75em;
}

#div-for-worth {
    margin-bottom: 3%;
    font-size: 1.2em;
}

.symbols {
    margin: 0em 0.5em;
    font-size: 1em;
}

.chart-container {
    margin: 0.5em auto 1.8rem auto;
    max-width: 80%
}

select {
    font-weight: 600;
    border: black solid 1px;
}

.empty-margin {
    height: 0.5em
}