#root {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

h1, h2, h3, h4 {
    color: #2957A4;
}
