:root {
  --bg-color: lightblue;
  --border-color: lightblue;
  --border-inner-color: lightblue;
  --title-color: darkred;
  --sec-color: lightblue;
}

section:before {
    height: 16px;
}

@media (max-width: 992px) {

section:before {
    height: 38px;
}

}

@media (max-width: 480px) {

.tourn_title{
	font-size: 1.1rem;
}

}

@media (max-width: 320px) {

.tourn_title{
	font-size: 1.0rem;
}

}

@media (max-width: 300px) {

.tourn_title{
	font-size: 0.9rem;
}

}
