body {
  background-image: url('../imgs/falcon_back.png');
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 306px;

  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
}

.navbar_mobile{
  background-color: #023047;
}

.navbar_mobile a{
    color: #023047;
}

.header{
  font-family: "Workbench", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  border: 2px solid black;
  font-variation-settings: "BLED" 0, "SCAN" 0;
  font-size: 32px;
  background-color: #52565b;
  margin: 40px auto;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

.monge{
  position: absolute;
  right: -40px;
  bottom: -50px;
  width: 120px;
}

.container{
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  width: 70%;
  height: auto;
  margin: 40px auto;
  padding: 40px;
  border: 3px solid black;
  position: relative;
}

.warning{
  color: #ffce27;
  text-align: center;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-color: #ff0a00;
}


.bio{
  text-align: justify;
  background-color: #949494;
  border: 2px solid black;
  padding: 30px;
}

h1{
  text-align: center;
}

em{
  font-style: italic;
 
}

.reference_amy{
  display: flex;
  flex-direction: row;
  border-left: 4px solid #23711f;
  width: 80%;
  text-align: center;
  margin: auto;
}

.gameover{
  width: 70%;
    border-image: 5px solide black;
    /* float: left; */
    margin-right: 15px;
    margin: auto;
    display: flex;
}

.impressionismo{
  background: -webkit-linear-gradient(right, #196f9a, #4b0094, #4e499b, #197119);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mural{
  background-color: #FFF5DC;
}

.poema{
  border: 4px dotted black;

  padding: 15px;
}

/* ==== Responsividade ==== */
@media (max-width: 768px) {
  
  body{
    background-position: center;

  }
  
  .container {
    flex-direction: column;
  }
  
  h1{
    font-size: 30px;
    
  }
  
}
