@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,400;0,600;0,700;0,900;1,400&display=swap');

body {
    background-color: black;
    font-family: 'Titillium Web', sans-serif;
    color: #ffffff;
    /* margin-left: 20%;
    margin-right:20%; */
    padding: 0;
}

#header{ 
    background-color: #e23333;
}

div {
    padding-left: 20%;
    padding-right:20%;
    padding-top: 40px;
    padding-bottom: 40px;
}

#dotplot{
    padding-left: 15%;
    padding-right:15%;
}


h1, h2 {text-align: left;}

h1 {
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
}

h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}
h3 { 
    font-size: 12px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    padding-top: 20px;
}

hr { 
 border-width: 0.5px;

}

a { 
    color: #ffffff;
}

img {
    width: 100%;
    height: auto;
}