 html {
     margin: 0%;
     padding: 0%;
 }

 body {
     background-image: url(/images/clouds.jpg);
     background-size: cover;
     cursor: url(/windows-98/Cursor79.cur), default;
     background-position: center;
 }

 .articleframe:fullscreen {
     background: white;
 }

.right {
  position: relative;
}

#iframeContainer {
  position: relative;
  height: 100%;
}


#iframeFullscreenBtn {
  position: absolute;
  top:  12px;
  right: 1px;
  z-index: 1000;
width: 5px;
  font-size: 14px;
  padding: 2px 6px;
  cursor: pointer;

  background: silver;
  border: 2px outset #fff;
}

#iframeFullscreenBtn:active {
  border: 2px inset #fff;
}


#iframeContainer:fullscreen {
  width: 100vw;
  height: 100vh;
  background: black;
}


#iframeContainer:fullscreen .articleframe {
  width: 100%;
  height: 100%;
  border: none;
}


#iframeContainer:fullscreen ~ * ,
#iframeContainer:fullscreen body,
#iframeContainer:fullscreen .left,
#iframeContainer:fullscreen .title-bar,
#iframeContainer:fullscreen footer,
#iframeContainer:fullscreen .screen-overlay {
  display: none !important;
}

 #windowbody {
     padding: 1px;
 }


 #toptb {
     background-color: darkblue;
     width: 69.7%;

     margin-left: auto;
     margin-right: auto;

 }

 .main {
     display: flex;
     gap: 20px;
     justify-content: center;
 }



 .title-bar-text {
     font-size: medium;
 }



 .td,
 tr,
 th {
     font-size: 14.5px;
 }

 .typeofarticle,
 .articlelist {
     flex: 1;
     width: 200px;
     padding-left: 10px;
     padding-top: 10px;
     padding-bottom: 10px;
 }

 .articleframe {
     background-color: white;
     width: 750px;
     margin-top: 10px;
     height: 96%;

     margin-bottom: 10px;

 }

 #fieldborder {
     background-color: white;
     width: 80%;
     margin-top: 10px;
     height: 94%;
     padding-right: 10px;
     padding-bottom: 10px;

 }

 footer {
     display: flex;
     justify-content: center;
     gap: 8px;
     margin-top: 10px;
 }

 .left {
     display: flex;
     flex-direction: column;
     flex: 0 0 300px;

     gap: 20px;
 }

 #appWindow {
     width: 1000px;
     height: 400x;
 }


 #taskbar {
     position: fixed;

     bottom: 0;
     left: 0;
     width: 100%;
     height: 36px;
     background: #c0c0c0;
     border-top: 2px solid #fff;
     border-bottom: 2px solid #808080;
     display: flex;
     align-items: center;
     padding: 0 4px;
     box-sizing: border-box;
     z-index: 1000;
     font-family: Tahoma, sans-serif;
 }

.start-button {
  display: flex;
  align-items: center;   
  gap: 4px;
  cursor:url(/windows-98/Cursor107.cur), default;
  padding: 2px 6px 2px 4px;
  height: 26px;
}

.start-button img {
  width: 16px;
  height: 16px;
  display: block;
}

 #start-button:active {
     border-style: inset;
 }
.start-button b {
  font-size: 12px;
  font-weight: bold;
}

 #open-apps {
     display: flex;
     align-items: center;
     gap: 6px;
     margin-left: 8px;
 }

 #open-apps::before {
     content: "";
     display: inline-block;
     height: 22px;
     margin: 0;

     border-left: 1px solid #808080;
     border-right: 1px solid #ffffff;
 }

 #taskbarbtn img {
     height: 16px;
     width: 16px;
     display: block;
 }


 #taskbarbtn {
     display: flex;
     align-items: center;
     
     gap: 4px;
     cursor: url(/windows-98/Cursor107.cur), default;
     font-size: 12px;
     padding: 2px 6px;
 }

 .taskbar-btn:active {
     border-style: inset;
 }

 #clock {
     min-width: 60px;
     text-align: center;
     font-size: 12px;
 }

 #taskbarbtn {
     padding-right: 90px;
 }

 .screen-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     pointer-events: none;
     z-index: 999;
     background-image:
         repeating-linear-gradient(to bottom,
             rgba(0, 0, 0, 0.06),
             rgba(0, 0, 0, 0.05) 1px,
             rgba(0, 0, 0, 0) 3px);
 }

 .label {
    font-size: 16px;
 }
 .screen-overlay::before {
     content: "";
     position: absolute;
     inset: 0;
     background: rgba(0, 0, 0, 0.05);
 }

 .right {
     flex: 1;
     display: flex;
     justify-content: center;
 }

 