
html {
    background: #000;
}
.title-container{
    text-align:center;
}
.title-container h1{
    color:#f1b825;
    font-size:3rem;
}
.title-container p {
    color: #ffffff;
    font-size: 1.2rem;
}
.tile-container {
}
.flex-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
     
  
}
.tile-box {
    margin: 20px;
    padding-bottom: 20px;
    border: solid 2px #fff;
}
.tile-box h2 {
    font-size:1.75rem;
    color:#fff;
    text-align:center;
}
.tile-image{
    height:auto;
    width:300px;
}
.tile-box-content{

}
.tile-box-btn {
    justify-content: center;
    display: flex;
}
.btn-wide{
    width:225px !important;
}
.spacer {
    margin: 50px;
}
