body {
    background-color: rgb(197, 197, 197);
    background-image: url('assets/wallpaper.jpg');
    background-attachment: fixed;
    background-size: cover;
    font-family: "Tahoma";
    font-size: 24px;
    opacity: 0;
    transition: opacity 1s;
}

.white {
    color: rgb(255, 255, 255);
}

div.background {
    position: fixed;
    height: 10%;
    
  }

div.tb-left {
    position: fixed;
    bottom: 0;
    left: 0;
  }

  div.tb-middle {
    position: fixed;
    bottom: 0;
    left: 0;
  }

  div.tb-right {
    position: fixed;
    bottom: 0;
    right: 0;
  }

  div.window {
    position: fixed;
    right: 640px;
    top: 200px;
  }

  div.window2 {
    position: fixed;
    right: 300px;
    top: 250px;
  }


  img.one {
    height: auto;
    width: auto;
  }
  
  img.two {
    width: 1000%;
  }


  
@font-face {
    font-family: "W95FA";
    src: url("fonts/W95FA.otf");
}

@media (max-width: 500px) {
    body {
        background-color: blue;
    }

    img {
        width: 50%;
    }
}



.dropbtn {
  background-color:  rgba(0,0,0,0.0);
  color: rgb(0, 0, 0, 0);
  padding: 0px;
  font-family: "W95FA";
  font-size: 28px;
  border: none;
  cursor: pointer;
  background-image: url(/assets/taskbar-start.png);
}

.dropdown {
  position: fixed;
  display: inline-block;
  bottom: 0;
  left: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  bottom: 100%;
}

.dropdown-content a {
  color: rgb(0, 0, 0);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {color: rgb(255, 255, 255); background-color: #00076e}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #6b6b6b;
  color: rgb(0, 0, 0,0);
  background-image: url(/assets/taskbar-start2.png);
}