body {
  color: white;
  margin: 0;
  min-height: 100vh;
  position: relative;
  @font-face {
  font-family: 'Frutiger';
  src: url(Frutiger.ttf);
}
}
p, h1{
  margin: 0;
}
.navbar {
  background-color: rgba(75,0,110, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  color: white;
  backdrop-filter: blur(10px);
}
.navbar ul{
  list-style-type: none;
  display: flex;
}
.navbar ul li{
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding: 1rem;
}
.body-overlay{
  background: url(./img737.gif);
height: 100%;
width: 100%;
    position: fixed;
    z-index: -1;
}
.content{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
h1.section-title {
  margin: 0;
  margin-top: 1rem;
  text-shadow: 1px 1px 10px grey
}

.window{
     background-color: rgba(179, 167, 183, 0.4);
     backdrop-filter: blur(5px);
     width: 1000px;
     border-radius: 8px;
     box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.7);
}
.strips{
  background: repeating-linear-gradient(45deg,
  transparent -70px,
  transparent 0px,
  rgba(255, 255, 255, 0.05) 5px,
  rgba(255, 255, 255, 0.1) 117px);
}
.window-header{
  padding: 0.6rem;
}
.window-header p{
  margin-top: 10px;
}
.window-body-wrapper{
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.window-body{
  background-color: rgb(0, 130, 124);
  width: 100%;
  height: 200px;
}

.buttons{
  display: flex;
  position: absolute;
  top: 0;
  right: 10px;
}

.window-header .buttons .button {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.35);
}

.window-header .buttons .button:hover {
 background: linear-gradient(
  rgba(0, 130, 124, 0.6) 20px,
  rgba(192, 192, 192, 0.3) 17px,
  rgba(0, 130, 124, 0.6) 20px
 );
}

.window-header .buttons .button.close{
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border-bottom-right-radius: 5px;
}
.window-header .buttons .button.close:hover {
  background: linear-gradient(
    rgba(192, 192, 192, 0.6) 6px,
    rgba(255, 0, 0, 0.7) 15px,
    rgba(192, 192, 192, 0.6) 27px
  );
}
.window-header .buttons .button.minimize{
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-bottom-left-radius: 5px;
}

.window-header .buttons .button.maximize{
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.progress-images{
  display: flex;
  padding: 3.5rem;
 position: static;
}

.other.sites.content{
  padding-top: 90px;
}
.other.window.strips.draggable{
  width: 400px;
  height: 250px;
}