body {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
  }
  
  header {
    padding: 20px 0;
  }
  
  header .row,
  footer .row {
    display: flex;}
  
  header h1 {
    font-weight: 700;
    margin: 0;
  }
  
   
  header p {
    padding: 0 20px;
    margin: 0;
  }
.background {
  background-color: red;
  font-weight: bold;
}
p {
font-size:130%;
}
table{
  width: 100%;
  border:2px solid;
}
table td {
  border:1px solid;
  padding: auto;
  text-align: center;
}
.tableheader{
  font-weight: bold;
}
a {
  font-weight: bold;
  color: #330c96;
}
  
  /* .jumbotron {
    display: flex;
    /* align-items: center; */
    /* background-image: url("TheGang.jpg"); */
    /* background-image: url("2015-12-12\ 15.09.49.jpg"); */
   /*  background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff; */
    /* height: 500px; */
    /* text-shadow: 0.25px 0.25px 0.25px #000000; */
    
  /* } */ 
  
  /* .jumbotron h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    color:black;
    padding-top: 5%;
    /* padding-bottom: 93%; */
  /* }
   */
  /* .jumbotron h3 {
    font-size: 50px;
    margin: 0 0 20px;
    color: black;
    padding-top: 5%;
    padding-bottom: 93%;
  } */
  
  section .row img {
    margin: 0 0 30px;
    width: 100%;
  }
  
  .col-md-6 {
    margin: 0 0 30px;
  }
  
  .btn.btn-primary {
    border-radius: 20px;
    border-color: black;
    border: 5px;
    color: black;
    text-shadow: none;
    background-color: red;
  }
  
  .btn.btn-primary:hover {
    color: #330c96;
    background-color:lightsalmon;
  }
  
  .btn-secondary {
    background-color: #E8DFE0;
    color: #ffffff;
    margin: 0 0 30px;
  }
  
  footer {
    font-size: 12px;
    padding: 20px 0;
  }
  
  footer .col-sm-8 {
    display: flex;
    justify-content: flex-end;
  }
  
  footer ul {
    list-style: none;
  }
  
  footer li img {
    width: 32px;
    height: 32px;
  }