body {

   background: linear-gradient(to bottom, #77f2ff, #0c9dff); 
    background-size: 100% 200%;
	background-attachment: fixed;
    color: #000000; 
    font-family: "Courier New", monospace;
    text-align: left;
    margin: 0;
    padding: 0;
}


pre {
text-wrap: wrap;
}

.wind {
  background-color: #ece9d8;
  width: auto;
  border: 15px solid white;
  border-image: linear-gradient(to bottom, #68ACD6, #335268) 1;
  padding: 50px;
  margin: 50px;
  overflow: hidden;
}


  
 img { 
    width: auto; 
    height: 400px; 
	 max-height: 400px;
    object-fit: cover;
}
  


.txt {
  border: 1px solid #b9b6a9;
  background-color: #f2f2f2;
  padding: 50px; 
  width: 300;
  margin: auto;

}




.btn {
  background-color: #f2f2f2; 
  border: 2px solid #b9b6a9;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
	
}

.btn:hover {
  background-color: #b9b6a9;
  border: 2px solid #f2f2f2;
  color: #f2f2f2;
  
} 
.row {
	
	
	
	
}
/* test */

