html, body {
    height:100%;
    background: #17161d;

    padding:0px;
    margin:0px;

    font-family: 'Inter', sans-serif;
    color: #fff;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

body {
    background-image: url("./img/bodywavetm-product-2-2000px-layer-1.webp");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right top;
}


.header {
    height: 13%; /* 91 */
    width: 100%;
    display: grid;
    background-image: linear-gradient(rgb(171, 13, 16) 0%, rgba(171, 13, 16, 0) 100%);
}

.header img {
    height: 6%; /* 27 */
    position: absolute;
    top: 2%; /* 19 */
    left: 2%; /* 30 */
    vertical-align: middle;
}

.graph-block {
    height: 75%;
    width: 100%;
    display: inline-block;
}

.graph-section {
    height: 100%;
    width: 49.9%;
    text-align: center;
    float: left;
}

.graph-section-chart {
    width: 100%;
    height: 75%;
}

.graph-section-text {
    width: 100%;
    height: 25%;
}

.chart {
    width: 100%;
    height: 100%;
}

.chart-text {
    font-family: 'Inter', sans-serif;
    color: #fff;
    fill : white;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.line-pcb {
    fill: none;
    stroke: #33a7ff;
    stroke-width: 2.5px;
}

.line-aw {
    fill: none;
    stroke: #E30613;
    stroke-width: 2.5px;
}

.line-pcb-raw {
    fill: none;
    stroke: #144367;
    stroke-width: 2.5px;
}

.line-aw-raw {
    fill: none;
    stroke: #5e0208;
    stroke-width: 2.5px;
}


.line-grid {
    fill: none;
    stroke: #fff;
    stroke-width: 0.2px;
}


.footerband {
    height: 6%;
    width: 100%;
    display: grid;
}

.footer {
    height: 7%;
    width: 100%;
    display: grid;
    background: #FFFFFF;
}

.footer img {
    position: absolute;
    height: 5%;
    bottom: 2%;
    right: 2%;
    vertical-align: middle;
}

.btn {
    display: inline-block;
    background: #E30613;
    color: #fff;
    border: none;
    border-radius: .3rem;
    padding: .6875rem 1rem;
    margin: 10px;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
}

.title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
}