
body {
  background-color: lightBlue;
  color: black;
  font-family: Verdana;
  background-image: url(/simpandrun.jpg);
  background-size: cover;
}

.window{

  background-color:lightgrey;
  border:2px #cfd1d0 solid;
  border-style: groove;
  width:180px;
}



.window-content{
  text-align:center;
  background-color:#cdd1ce;
  width:100%;
  height:100%;
  border-top: 2px black solid
  
  
}
.window-head{
  background-color:#000080;
  margin-top: 0;
  margin-bottom: 0;
  padding-left:5px;
  color:white;
  
}

.cat1{
  width:100%;
}
.cat2{
  width:100%;
}

#win2{
  position: absolute;
}

#win3{
  margin-left:870px;
}