@import url('https://fonts.googleapis.com/css2?family=Sour+Gummy&display=swap');
  
  body {
  background-image: url("https://syarloght.neocities.org/resources/images/yellow_gingham.png");
  background-repeat: repeat;
}
  
  a {
    color: #edad17
    }
    
  small {
    font-size:12pt;
    }
    
  .characons {
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
  }
  
  .box {
    border: 4px solid #f3b01e;
    justify-content: center;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 30px;
    background-color:#fff7dd;
    
    }
    
  .box img{
    width: 70%;
    padding: 20px;
    object-fit: contain;
  }
    
  .box-narrow {
    border: 4px solid #ff75a8;
    margin-left: 30%;
    margin-right: 30%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 30px;
    background-color:#ffddee;
    
    }
    
  .box-narrowest {
    border: 4px solid #ff75a8;
    margin-left: 40%;
    margin-right: 40%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 30px;
    background-color:#ffddee;
    
    }
    
    h1 {
    font-family: 'Sour Gummy', cursive;
    text-align: center;
    border: 4px solid #f3b01e;
    color: rgb(165, 116, 42);
    font-size: 45px;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    border-radius: 30px;
    background-color:#fff7dd
      }
      
    h2 {
    text-align: center;
    font-family: 'Sour Gummy', cursive;
    border: 3px solid #ff75a8;
    margin-left: 22%;
    margin-right: 22%;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    border-radius: 30px;
    background-color:#fff7dd;
    color: rgb(165, 116, 42);
    }

    p {
        font-family: 'Sour Gummy', cursive;
        font-size: 20px;
        color: rgb(165, 116, 42);
    }  
    h4 {
      text-align: center;
      }
      
    h5 {
      text-align: center;
      }
      
    center {
      text-align: center;
      }