body {
  padding-top: 5rem;
}

html {
	scroll-behavior: smooth;
}
.teu-basic {
  padding: 3rem 1.5rem;
  text-align: center;
}

.navbarbg {
	background-image: url(../img/headerbg1.jpg)
}

.boxsetup {
	width: 100%;
    height:130px;
	margin: 0 auto;
}

.buttons	{
	float: left;
	left: 100%;
    padding: 10px;
}

.codebutton	{
	width:200px;
	background-color:#000;
	color:#FFF;
	border:none;
}

.btn_center {
  float: right;

  position: relative;
  left: -50%;
  text-align: left;
}
.btn_center > .child {
  position: relative;
  left: 50%;
}

.clear {
  clear:both;
  padding-bottom:10px;
}

#title {
  text-align: center;
  color: #ffffff;
  margin: 40px 0 0 0;
}
#subtitle {
  text-align: center;
  color: #A00C2F;
  margin: 0;
}

ul {
  list-style-type: none;
  margin:0;
  padding:10px 0;
}
ul li {
  float: left;
  list-style-type: none;
  margin: 0 3px 3px 0;
}
ul a {
  display: block;
}
p {
  margin: 5px;
  
}