p {
  margin-bottom: 1100px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

#container {
	/* background-color: #fbfbfd; */
  width: 40%;
  margin-right: auto;
  margin-left: auto;
	border-radius: 12px;
	box-shadow: 0px 0px 10px #888888;
}

#disclaimer/* Disclaimer */ {
  position: absolute;
margin: auto;
  left: 15%;
  border: 0px solid black;
  background-color: #fbfbfd;
  width: 50%; height: auto; top: 100px;
  box-shadow: 0px 0px 30px #000000;
	border-radius: 12px;
}

#titlebox {
  position: relative;
  border: 0px solid black;
  background-color: transparent;
  width: 100%; height: auto;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; 
}

#titleboxBG {
  position: relative;
  border: 0px solid black;
  background-color: #000000; /* #FFCF12 */
  width: 100%; height: auto;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; 
}

#smb:hover,active,visited{

      text-decoration: none;
      }

#smb2:hover,active,visited{

      text-decoration: none;
      }

c {
  color: #212529;
  text-decoration: none;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
	color: #1d1d1f;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}


.title
{
  position: relative;
	color: #ffffff;
	width: 100%;
  background-color: transparent;
  text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1.5rem;
}

.heading
{
  position: relative;
	color: #262524;
  background-color: transparent;
  text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1.5rem;
	font-weight: bold;
}

.info
{
  position: relative;
	color: #262524;
  background-color: transparent;
  text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
}

.textbody /* Textbody */ {
  position: relative;
  background-color: transparent;
  left: 7.5%;
  width: 85%;
  color: black;
	text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

IMG.displayed {
    display: block;
	 
    margin-left: auto;
    margin-right: auto;
}

IMG.displayed_l {
    display: block;
	 
    margin-left: auto;
    margin-right: auto;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.1);
  	border-radius: 1.7rem !important;
}

.rounded-circle_cst {
	border-radius: 50% !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.1);
}



#buttoncontainer {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  width: 20%;
  height: 100px; 
  color: white;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 24pt;
}


.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.button {
  background-color: #005EFF;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
	border-radius: 12px;
}

.buttonok {
  background-color: #e7e7e7;
  color: black;
  border: 0px solid #e7e7e7;
}

.buttonok:hover {background-color: #005EFF;color: white;}
