.inter-tight-heading {
  font-family: "Inter Tight", serif;
  font-optical-sizing: auto;
  font-weight: 650;
  font-style: normal;
}

.m-plus-1-main {
  font-family: "M PLUS 1", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1-sub {
  font-family: "M PLUS 1", serif;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  margin-top: -10px;
}

html {
    overscroll-behavior: none;
}

body {
  background: url("/baraos/bg_main.jpg") no-repeat center center
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  font-family: "M PLUS 1";
}

h1 {
  text-align: center;
  color: #0080ff;
}

a {
  color: #00fffc;
}

table {
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
  width: 75%;
  border: 1px solid #0080ff;
}
td {
  border: 1px solid #0080ff;
}


.nocenter {
  text-align: left;
}

.highlightwarn {
  color: #ff0000;
}

.bulletinimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.imgtitle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 12%;
}

.cbox1 {
  border: 1px solid rgb(0, 255, 0);
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px ;
  margin-bottom: 50px;
  width: 35%;
  color: #0080ff;
  text-align: center;
}

.cbox1alt {
  border: 1px solid rgb(0, 255, 0);
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px ;
  margin-bottom: 50px;
  width: 35%;
  text-align: center;
}

.cboxnews {
  border: 5px solid rgb(0, 255, 0);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 10px;
  margin-top: -22.5px;
  width: 75%;
}

.cboxnewsarchive {
  border: 5px solid rgb(0, 255, 0);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 10px;
  margin-top: 50px;
  width: 75%;
}

.cbox2 {
  border: 5px solid rgb(0, 255, 0);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: -22.5px;
  width: 75%;
}

.infoboxtext {
  border: 2.5px solid rgb(0, 128, 255);
  font-family: "M PLUS 1", serif;
  color: #0080ff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

.copyrightbox {
  border: 2.5px solid rgb(0, 255, 0);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 50px;
  width: 50%;
  padding-bottom: 25px;
}

.boxseparate{
  border: 1px solid #0080ff;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.boxseparatesmall{
  border: 1px solid #0080ff;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.directorybox{
  background: 5px rgb(0, 75, 150);
  border: 2.5px solid rgb(0, 128, 255);
  border-bottom: 0px;
  font-size: 16px;
  padding-left: 5px;
  height: 24px;
  margin-bottom: 5px;
}

.promptbox{
  background: 5px rgb(0, 0, 0);
  border: 2.5px solid rgb(0, 128, 255);
  font-size: 16px;
  padding-left: 5px;
  margin-top: -5px ;
  height: 500px;
  overflow: scroll;
}

        