html {
    background-color: #FFFFFF;
}

#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem 0 1rem;
    height: 3rem;
}

#userInterface {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body {
    margin: 0;
    padding: 0;
}

#logoText {
    font-size: 24px;
    font-weight: bold;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    text-decoration: none;
    color: black;
    letter-spacing: -0.2px;
}

#myReports {
    font-size: 18px;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    padding-right: 1rem;
    text-decoration: none;
    color: #A2A2A2;
}

#myReports:hover {
    color: #000000;
    transition: 200ms;
}

#myBalance {
    font-size: 18px;
    font-weight: normal;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    /*position: fixed;*/
    /*top: 13px;*/
    /*left: 312px;*/
    text-decoration: none;
    color: #A2A2A2;
}

#myBalance:hover {
    color: #000000;
    transition: 200ms;
}