 
 body {
            background-color: #000000;
            color: #f6fbfa;
            padding-top: 25px;
          
            font-family: futura;
            font-size: 11pt;
            background-image: url('');
            background-repeat: repeat;
            padding: 1px;
            background-image: url('https://infectedscreen.neocities.org/graphics/bgs/be8c51c9.png')
        }

        @font-face {
            src: url(https://decomail.space/fonts/However%20Demo.ttf);
            font-family: However Demo;
        }

        h1 {
            color: #ff8dcb;
            font-family: However Demo;
        }

        header {
            border: 1px solid #C2E6FF;
            border-radius: 150px 50px;
            text-align: center;
            padding:10px;
        }
        
        #header2 {
            border: 1px solid #C2E6FF;
            border-radius: 50px 150px;
            text-align: center;
            padding:10px;
            
        }

        p {
            padding: 5px;
        }

        h2 {
            color: #ff8dcb;
            font-size: 25pt;
            text-shadow: #5c1966 2px 0 10px;
            padding: 3px;
            margin: 10px;
            text-align: center;
            
        }



        h3 {
            color: #ff8dcb;
            text-align: center;
        }

      
#smallcolumn {
  max-width:200px;
 
}
#bigcolumn { min-width:280px;
  max-width:600px;
  
}


        #container1 {
            
           
            margin: 5px auto;
            margin-top: 15px;
            padding: 15px;
            overflow: auto;
            border: 1px solid #C2E6FF;
            border-radius: 5px;


        }
        
        #container2 {
           min-width: 50%;
            min-height: 100px;
            margin: 18px auto;
            margin-top: 15px;
            padding: 15px;
            
            border: 1px solid #C2E6FF;
            border-radius: 5px;


        }


        #topcontainer {
            text-align: center;
            height: 90px;
            margin: 0 auto;
            width:100%;
            border: 1px solid #C2E6FF;
            border-radius: 5px;
            font-size:10pt;
            position:static;
            box-shadow: 0 0 10px 5px #160452;
            background-image: url('https://infectedscreen.neocities.org/graphics/bgs/be8c51c9.png');
        }
         #btmcontainer {
            width: 100%;
            height:20%;
            text-align: center;
            height: 80px;
            margin: 0 auto;
            padding: 15px;
            border: 1px solid #C2E6FF;
            border-radius: 5px;
            box-shadow: 0 0 10px 5px #160452;
            background-image: url('https://infectedscreen.neocities.org/graphics/bgs/be8c51c9.png');
           
            bottom: 0px;
            left:0;
        }

        #title {
            text-align: center;
            font-weight: bold;
            padding-top: 1px;
            padding-bottom: 1px;
            border-bottom: 2px dotted #9279E2;

        }


        .row {

            display: flex;
            column-gap: 20px;

        }

        .column {
            flex: 20%;

        }

        a:link {
            color: #0bb3d8;

        }

        a:visited {
            color: #0bb3d8;

        }

        a:hover {
            color: #57EB82
        }

  
  #mainarea {
            width:100%;
            max-height: 400px;
            overflow: auto;
            justify-content:center;
        }
        #mainiframe {
    border: 0;
    width:100%;
    height:100%;
    margin:0;
        }
        ul {
            list-style: none;
            margin-left: 0;
            padding-left: 0;
            
        }

        li {
            text-align:center;
            padding-left: 1em;
            text-indent: -1em;
        }

        li:before {
            content: "-";
            padding-right: 5px;
        }
        /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: pointer;
}

.tooltiptext {
  visibility: hidden;
  width: 130px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

