@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: 60px;
  text-align: center;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 30px;
}

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

.topbar-content {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}

#sceneImg {
  margin-top: 50px;
}

.currency-board {
  width: 100%;
  padding: 0 20px;
  color: white;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-around;
}

.currency-board > p {
  font-size: 75px;
  margin-bottom: 100px;
}

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

.currency-item p:first-child {
  margin-left: 50px;
}

.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;
}

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

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

.bottomscroller {
  width: 100%;
  margin-bottom: 50px;
}

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

#ticker {
  margin-bottom: 7px;
  color: white;
}

#date {
  width: 400px;
}
