html {
    min-height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
}
body {
    min-height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: linear-gradient(300deg, #08adad,#2306c5);

}
.HomeContainer{
    width: 80%;
    margin: auto;
}
.logo {
    color: #fff;
    text-decoration: none!important;
    margin: 20px auto;
    text-align: center;
    text-shadow: 3px 3px #0a0250; 
    font-size: 56px;
}
.panel{
    display: block;
    text-align: center;
    margin: auto;
    padding: 15px;
    background-color: #000;
    max-width: 80%;
    border-radius: 10px;
}
.panel h2,
.panel p{
    color: #fff;
    margin: 0px!important;
}
.col-md-6{
    width: 33.3%;
    margin: 10px;
}
.panelContainer{
    display: flex;
}

.panelContainer .col-md-6 a,
.panelContainer .col-md-6 a .panel a{
    text-decoration: none!important;
}

.panelContainer .col-md-6 a:nth-of-type(3){
    display: none!important;
}