html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
/*.card-color{
    background-color: lightgreen;
}*/

.bracket {
    display: flex;
}

.round {
    flex: 1;
    display: flex;
    margin-right: 30px;
    flex-direction: column;
    justify-content: space-around;
}

.match {
    margin: 15px 0;
    overflow: hidden;
    border-radius: 5px;
}

.team {
    color: #fff padding: 10px 8px;
    background-color: whitesmoke; /*#74b9ff;*/
    text-align: center;
    border:1px solid black;
}

.app {
    color: #fff padding: 10px 8px;
    background-color: white; /*#74b9ff;*/
    text-align: center;

}
/*    .team:nth-child(odd) {
        border-bottom: 1px solid #8fc7ff;
    }*/