.title {
    color: green;
}

        * {
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Courier new', Courier, monospace;
            font-size: 13px;
            background-image: url('https://file.garden/ZWF5BS-4bkobrYeH/site2/wil-stewart-zlg4ExVKgAU-unsplash.jpg');
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
            display: grid;
            place-items: center;
            justify-content: center;
            margin: 0;
            padding: 0;
        }
        
        .header {
            background-image: url('https://file.garden/ZWF5BS-4bkobrYeH/site2/header.png');
            background-size: cover;
            background-position: center;
            font-family: 'Courier new', Courier, monospace;
            font-weight: bold;
            height: 150px;
            width: 500px;
            font-size: 1.4rem;
            color: #F2F2F2;
            text-shadow: 0 0 3px black;
            padding: 10px;
             border-radius: 5px 5px 5px 5px; 
            border: 5px double #fff;
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            margin: 10px;
            margin-bottom: 0px;
            position: relative;
            z-index: 1;
        }

.window {
  width: 500px;
  margin-top: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  background: inherit;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2); 
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px 5px 5px 5px; 
  border: 5px double #fff;
  position: relative;
  text-align: left;
  font-family: 'Courier new', Courier, monospace;
  font-weight: bold;
 font-size: 15px;
    color: #fff;
    text-shadow: 0 0 3px black;

}

.window:before {

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(189, 206, 223, .5);
    filter: blur(3px);
    background: inherit;
    z-index: -1;
    margin: -20px;
    
}

.windowfooter {
  width: 500px;
  height: px;
  margin-top: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  background: inherit;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2); 
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px 5px 5px 5px; 
  border: 5px double #fff;
  position: relative;
  text-align: center;
  font-family: 'Courier new', Courier, monospace;
  font-weight: bold;
 font-size: 15px;
    color: #fff;
    text-shadow: 0 0 3px black;

}

.windowfooter:before {

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(189, 206, 223, .5);
    filter: blur(3px);
    background: inherit;
    z-index: -1;
    margin: -20px;
    
}
.windowfooter a:link {
  color: #fff;
  font-style: italic
}
.windowfooter a:visited {
  color: #DCCEB3;
}