body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}
h1 {
    text-align: center;
    margin-top: 50px;
}
p {
    text-align: center;
}

.blue-text {
    color: #2196F3;
}
.padding-20 {
    padding: 20px 0;
}
.tradingview-widget-container {
    position: relative;
    height: auto;
    width: 100vw;
    overflow: hidden;
    margin: 0 auto;
    min-width: 320px;
    max-width: 1200px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.full-row-container-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.mini-widget-container {
    width:100%;
    max-width: 350px;
    height: 220px;
}
.menu-horiz {
    display: flex;
    justify-content: center;
    list-style: none;
}
.menu-horiz li {
    margin: 0 20px;
}