body {
    background-color: #01153B;
    color: #d4d3d3;
    }

h1 {
    color: #d4d3d3;
    display: block;
    
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    
}

.status {
    color: #30da3e;
}

h5 {
    color: #e4e4e4;
    display: block;
    
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    
}

.logo img {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 15px;
    /* padding: 20px; */

}

.support {
    
    border-color: grey;
    border: 3px;
    padding: 20px;
    padding: 15px;
    margin: 15px;

    border-radius: 8px;
}

.customer_support {
    color: #d4d3d3;
    font-family: helvetica;
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin: 15px;
}


.customer_support a {
    color: #d4d3d3;
    font-weight: bold;
    
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .customer_support a:hover {
    text-decoration: underline;
  }
  
  .customer_support a:active {
    color: white;
  }
  
  .customer_support a:visited {
    color: #d4d3d3;

  }


.bottom {
    color: #d4d3d3;
    font-family: helvetica;
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
    margin: 15px;
}

.bottom a {
    color: #d4d3d3;
    font-weight: bold;
    
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .bottom a:hover {
    text-decoration: underline;
  }
  
  .bottom a:active {
    color: white;
  }
  
  .bottom a:visited {
    color: #d4d3d3;
  }

.center {
    text-align: center;
  }


#leftImage {
    text-align: left;
}

#rightImage {
    text-align: right;
}

#title {
    
    padding-top: 40px;
}