body{
    background: linear-gradient(225deg, rgba(2,0,36,1) 0%, rgba(164,4,4,1) 0%, rgba(8,8,8,1) 100%);
}
.jumbotron{
    background: none !important;  
    text-align: center;
    color: #e6e6e6;
    width: 100%;
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    vertical-align: center;
    padding: 0px !important;
  }

.jumbotron img{
    display:block;
    margin-left:auto;
    margin-right:auto;
    height: 200px;
    width: auto;
  }

  .row{
    overflow: hidden;
    margin: 0px !important;
    display: table;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  ul{
    text-align: left;
    color: #e6e6e6;
    width: 100%;
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    vertical-align: center;
    margin-top: auto;
    margin-bottom: auto;
    box-shadow: 0 0 20px #000;
    width: 50%;
  }
