header {
  width: 100vw + 2px;
  height: 70px;
  margin: -9px;
  margin-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #ff9900;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  
  font-size: 17px;
  font-weight: 550;
}
.logo-navbar {
  width: 130px;
  height: 60px;
  margin: 5px;
}

a {
  text-decoration: none;
  margin: 5px;
}
.page-links {
  color: #fff;
}
.invest-button {
  background-color: #3eae2a;
  width: 150px;
  height: 40px;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  border: none;
}

body {
  font-family: 'Roboto', sans-serif;
  align-items: center;
  align-content: center;
  justify-items: center;
  justify-content: center;
}

div {
  background-color: #fff;
}
.marquee-title {
  text-align: center;
  align-items: center;
  font-size: 40px;
  text-decoration: wavy;

  margin-bottom: 25px;
}

rect {
  background-color: #fff;
}
.marquee-elements {
  height: 95px;
  background-color: #fff;

  display: flex;
  flex-direction: row;
  align-items: center;
}

p {
  color: #000
}
.marquee-element {
  width: 160px;
  height: 50px;
  margin: 5px;
  background-color: #ff9900;
  color: #fff;
  text-align: center;
}

marquee {
  width: 100%;
  height: 150px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;

  font-size: 20px;
  font-family: 'Montserrat', sans-serif;

  border-bottom: 4px solid #000;
}
@keyframes marquee {
  0% {left: 0;}
  100% {left: -200%;}
}

/*
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover 
li a:hover {
  background-color: #111;
}

.active {
  background-color: #04AA6D;
}
body{
    font-family: 'Roboto', sans-serif;
}
.ticker-wrapper{
    position:relative;
    max-width: 800px;
    margin: auto;
    padding-top:200px;
}

.bigHeading{
    display:block;
    position:absolute;
    font-style:italic;
    font-size: 40px;
    background: #e60000;
    color:#fff;
    text-transform: uppercase;
    padding: 15px;
    letter-spacing: 3px;
    font-weight: 700;
}

.bigHeading::after,
.bigHeading::before{
    content:'';
    width: 0;
    position:absolute;
    border-width: 78px;
    border-style: solid;
    top: 0;
    z-index: -1
}
.bigHeading::before{
    border-color: #e60000 transparent transparent transparent;
    right: -78px;
}

.bigHeading::before{
    border-color: #e60000 transparent transparent transparent;
    right: -78px;
} */