/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
/*why the heck won't this save!*/


body {
  font-family: DERELICT;
  background: url("assets/bgkrill.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 

 
  image-rendering: optimizeSpeed;
  background-color: rgb(255, 253, 240);
  color: black;
  font-family: Verdana;
}
img {
  image-rendering: optimizeSpeed;
  background-size: contain;
  max-width:100%;
}
input {
 position: static;
 margin: 10px;
 max-width: 50%;
 filter: drop-shadow(1px 12px 0px #F0CDAE);

 
}

div {
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
@font-face {
  font-family: DERELICT;
  src: url("DERELICT.ttf");
}
.center {
  line-height: -10px;
  height: auto;
  width: 75%;
  margin: auto;
  position:fixed;
  top: 0; /* Pins the header to the top of the viewport */
  border: 3px solid black;
  text-align: center;
  background-color: #F2E9CE !important;
  image-rendering: optimizeSpeed;

}
.main{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;}
.saul {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.break {
  flex-basis: 100%;
  height: 10px;
}
.window {
  
  padding-top:15px;
  border: 3px solid black;
  border-image: url("border/winmodern.png") 80 / 40px round;
  border-image-width: 60px 60px;
  background-color: #F2E9CE;
  image-rendering: optimizeSpeed;
  margin-bottom: 30px;
}
window.center {
}