﻿html, body{
    padding: 0;
    margin: 0;
    color: white;
    font-family:Arial, Verdana, Tahoma, sans-serif; 
}

.flex-container {
  display: flex;
 
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background-color: #bd1e1e;
  height: 100vh;
  width: 100vw;
  justify-content: top;
  align-items: center;
}


.flex-contain {
  display: flex;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  background-color: #bd1e1e;
  justify-content: center;
  align-items: center;
}


.flex-container > div {
  background-color: #bd1e1e;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  line-height: 4.5vmin;
  font-size: 4.5vmin;
  font-weight: 200;
}







a:link, a:visited , a:hover, a:active {
      text-decoration: none; 
      color: white;
}

  

.table {
    width: 100%;
    border: none;
    border-spacing: 0px 0px;
}

.hero {
  background-color: #bd1e1e;
    color: white;
    padding: 0px 0px;
    text-align: center;
    position: relative;

}


.joe {
  background-color: #bd1e1e;
  color: white;
  padding: 0px 0px;
  text-align: center;
  position: relative;
}

.left1 { 
    content: "";
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
     background: linear-gradient(to left, #00ff21, #bd1e1e);
}

.right1 {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(to right, #00ff21, #bd1e1e);
}

.hero h1 {
        font-weight: lighter;
        font-size: 8vmin;
        margin: 0;
}

.hero h2 {
        font-weight: lighter;
        font-size: 1.7vmin;
        margin:0px 0px 0px 0px;
}
