html,body {
    height:100%;
    text-align: center;
}

.jumbotron {
    position: relative;
    background: #000 url("/img/background.jpg") center center;
    width: 100%;
    height: 50%;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items:center;
    
}

.logo-img {
    width: 384px;
    height: 96px;
}

.desc {
    font-family: 'Titan One', cursive;
    color: #1a8dc1;
}

h1 {
    color: #e556c0;
}

a {
     color: #e556c0;
}
