#top-bar { display: flex; flex-direction: row; justify-content: space-evenly; margin-right: 10px; margin-left: 10px; border-bottom: solid 1px white; margin-top: 0px; padding-bottom: 20px; } /* div { border: solid white; } */ /* p { border: solid white; } */ .bigNumber { font-size: 16pt; margin: 0; } .Chosen-user { background-color: #333333; color: lightgreen; width: 25vw; border-radius: 10px; overflow: scroll; } .Stock-row { display: flex; justify-content: space-evenly; color: white; margin-bottom: 5px; } .tableHeader { display: flex; flex-direction: row; justify-content: left; margin-right: 10px; margin-left: 10px; font-size: 120%; padding: 5px; color: lightgreen; } .symbol-row { margin-right: 20px; } .gain-row { margin-right: 20px; } a { color: lightgreen; text-decoration: none; }