@font-face {
  font-family: 'ralewayregular';
  src: url('raleway-regular-webfont.woff2') format('woff2'),
        url('raleway-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'ralewayregular';
}

p {
  font-size: 40px;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 30px;
}

.content {
  width: 1920px;
  height: 1080px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.topbar-content {
  padding-top: 20px;
}

.inside-left {
  width: 475px;
  float: left;
  text-align: left;
  padding: 65px 0 0 20px;
}

.inside-center {
  width: 900px;
  float: left;
  text-align: center;
}

.inside-right {
  width: 505px;
  float: left;
  text-align: right;
  padding: 65px 20px 0 0;
}

.spacing {
  width: 1000px;
  float: left;
}

.tablehead {
  width: 300px;
  float: right;
  text-align: left;
}

.tableft {
  width: 300px;
  float: right;
  text-align: center;
}

.tableright {
  width: 230px;
  padding-right: 20px;
  float: right;
  text-align: right;
}

.currency-board {
  width: 100%;
  padding: 25px 0 25px 124px;
  font-size: 30px;
  text-align: center;
  flex-grow: 4;
  /* display: flex; */
  flex-direction: column;
  justify-content: space-around;
}

#table-header {
  padding-bottom: 30px;
}

#table-header > p {
  font-weight: bold;
}

.bottomscroller {
  width: 100%;
}

#toptable {
  text-align: right;
  padding-right: 40px;
  width: 1200px;
}

#bottom-line {
  border-bottom-style: solid;
  border-bottom-color: black;
  border-bottom-width: 3px;
}

#top-line {
  border-top-style: solid;
  border-top-color: black;
  border-top-width: 3px;
}

#ticker {
  margin-bottom: 7px;
}

#date {
  width: 400px;
}

.currency-item {
  height: 80px;;
  display: grid;
  grid-template-columns: 1fr 3fr 2fr 2fr;
  padding: 10px
}

.currency-item:not(:first-child) {
  align-self: center;
}
