/* font weights: 200, 500, 700*/

* {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    margin: 0px;
}

.header{
    margin: 50px 0px 0px 20px;
}

.header h1{
    font-weight: 800;
    font-size: 80px;
    background: -webkit-linear-gradient(#883a3a, #ff0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-container{
    margin: 100px 0px 0px 20px;
    line-height: 1.5;
    width: 70%;
}

.line-break{
    background-color: black;
    width: 100%;
    height: 1px;
    margin: 20px 0px 20px 0px;
}

.graph1{
    width: 100%;
    height: 400px;
}