*{
    margin: 0px;
}

h1{
    font-family: 'Open Sans Condensed', sans-serif; 
    font-size: 48px; 
    color: #ff6600;
    padding-bottom: 50px;
    text-align: center;
    text-decoration: underline #333;
}

p { 
    font-family: 'Muli', sans-serif;
    color: #333;  
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: capitalize;
}

#sign-up legend {
    border: 2px solid #ff6600;
    font-family: 'Muli', sans-serif;
    font-size: 25px;
}

fieldset {
    display: inline-block;
    margin: auto;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #ff6600;
}

label{
    display: inline-block;
    text-align: right;
}

form{
   text-align: center;
}

#submit{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 5px;
    background-color: transparent;
    color: black;
    border: 2px solid #ff6600;
    font-weight: bold;
}

button{
    background-color: transparent;
    border: 2px solid black;
    color: #ff6600;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: auto;
}

body{
    background-color: #eeeeee;
}

.bars{
    width: 15%;
}

.non-bars{
    width: 20%;
}

.tile{
    height: 18rem;
    width: 10rem;
    border: 2px solid #ff6600;
    display: inline-block;
    margin: 10px;
    margin-top: 5px;
    padding: 10px 10px; 
    text-align: center;
}

h4{
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 5px;
    padding-top: 5px;
    text-transform: uppercase;
    border-bottom: 2px solid #ff6600;
}

#tilesContainer{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    padding-top: 10px;
}