:root {
    --default-text-color: rgb(105, 105, 105);
    --default-title-color: rgb(51, 37, 144);
}

* {
    box-sizing: border-box;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--default-text-color);
    line-height: 1.5;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    color: var(--default-title-color);
}

#document-title {
    margin-top: 1rem;
}

form {
    margin: auto;
    width: 80vw;
}

input {
    font-size: 2rem;
    color: var(--default-text-color);
}

#stats {
    flex-grow: 2;
    text-align: center;
    font-size: 2rem;
}

#company-data {
    font-size: 2rem;
    margin-left: 7vw;
    margin-right: 7vw;
}

#share-price,
#identification {
    font-size: 2rem;
    margin-left: 7vw;
}

#identification {
    margin-bottom: 0;
    font-size: 2.5rem;
}
