
/* color codes
  pink:#ffa8cc
  green:#12b32c
*/

::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: 'clover';
    src: url('') format('woff2'),
         url('') format('woff');
    font-weight: normal;
    font-style: normal;
}



body 
/* header */

.box {
  width: 980px;
  height: 100%;
  border: groove #6488ea 7px;
  margin: auto;
}
.header {
  width: 100%;
  height: 180px;
  border: solid #c2d0f7 1px;
  background-image: url(https://i.ibb.co/SDcWjsT8/Untitled.png);
  background-size: cover;
  background-repeat: repeat;
  text-align: center;
  
}
/*body*/
.bodybox {
  width: 100%;
  height: 600px;
  border: solid #6488ea 3px; 
  background-color: #0d0c0c;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* sidebar */
.sidebar {
  height: 100%; 
  width: 243px; 
  border-right: solid #c9d6f8 2px; 
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  display: inline-block
}



.mainbox {
  height: 100%;
  width: 720px;
  background-image: url('https://i.ibb.co/JRVjQjpm/1637971302011.png') ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0rem 1rem 0.5rem 1rem;
  overflow: auto;
  overflow-x: hidden;
  display: inline-block;
  
}


.scrollbox {
  /* border: solid black 1px; */
  display: inline-block;
  width: 100%;
  height: 15%;
  margin-top: 1rem;
  white-space: nowrap;
  overflow: hidden;
}

.floatchild5 {
 
  display: inline-block;

  

  overflow: auto;
}

#selfinsertwebring {
  width: 49%;
  height: 30%;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 1rem
}

/* floating elements sidebar*/
.floatchildsb {
  vertical-align: top;
  width: 100%;
  height: 35%;
}

.navihead {
  width: 90%;
  text-align: center;
  border-radius: 8px;
  background-color: #A9DDFD;
  margin: auto;
  font-family: MS UI Gothic;
  font-weight: bold;
}


.sitebutton {
  height: 20%;
  width: 100%;
  border-radius: 1px;
  border: dashed #537ae8 2px;
  align-items: center;
  text-align: center;
  background-color: #0d0c0c;
}

.blinkies {
  height: 30px;
  padding-top: 15%;
  padding-left: 2%;
  width: 130%;
  align-items: right;
  line-height: 1.3;
  font-size: 20px;
}
.blinkies img {
  width: 75%;              /* Double the width of the images */
  height: 30px;             /* Maintain the aspect ratio */
  margin: -0.5rem;          /* Adjust margin if needed */
  margin-left: 1rem;        /* Adjust left margin */
}

/*fonts*/

span {
  color: #416de5;
  font-family: "MS UI gothic";
  line-height: 1.5;
}
body {
  background-image: url(https://i.ibb.co/cXSVZcZw/1741279097675456.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  
}

img {
  margin: 0.3rem;
}

h1 {
  color: #6488ea;
  font-family: "clover" ;
  letter-spacing: 2px;
}
p {
  font-family: "MS UI gothic";
  line-height: 1.2;
  letter-spacing:-0.7px
}

 ul {
  /*list specs*/
  list-style: none; 
  list-style-position: inside;
  text-indent: -1rem; 
  font-family: "MS UI gothic";
}

.sidebar p {
  text-align: left;
  line-height: 3;
}

.floatchildsb ul {
  /*list specs*/
  list-style-image: url();
  list-style-position: inside;
  text-indent: -1rem;
  line-height: 1.9;
  /*font specs*/
  font-family: "MS gothic";

}

.blinkies img {
  margin: -0.5rem;
  margin-left: 0rem;
}

div {
box-sizing: border-box;
}

/* link behaviour */

a {
  color: #4557bf;
}

a:hover {
    text-decoration: none;
}
