html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
}
#doc-icon{
    width: 160px;
}
#doc-name{
    color: #008486;
    font-size: 1.8rem;
}
#feedback{
    margin: 0.8rem;
    color: #008486;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
}
#head-title{
    font-size: 2.5rem;
}