
/** {
  box-sizing: border-box;
}*/



body {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: black;
    background-color: white;
    /*border-top: 100px;
    border-bottom: 300px;
    border-left: 400px;
    border-right: 400px;

    border-color: white;
    border-style: solid;
    padding: 70px; */
    text-align: center;
   
}

/* This is a comment, by the way 
#afeeee#64ccff#afeeee
*/

p {
    line-height: 21px;
    /* border-left: 50px;
    border-color: white;
    border-style: solid; */
    /*margin-left: 400px;
    margin-right: 400px;
    margin-color: white; */
}

h1 {
    color: #e892bc ;
    background-color: #92dbff ;
    font-size: 2em;
    margin: 0;
    margin-bottom: 15px;
    padding: 4px;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.5em;
    border-bottom-style: solid;
    border-bottom-width: 0.5em;
    border-bottom-color:#ffc ; 
}                    

/*h2 {
    color: white;
    background-color: #090;
    font-size: 1.5em;
    margin: 0;
    padding: 2px;
    padding-left: 14px;
} */

/*h3 {
    color: #999;
    font-size: 1.25em;
}*/

h4 {
     color: #e892bc;
     background-color: #92dbff;
     margin-left: 130px;
     margin-right: 130px;
     border-bottom-style: solid;
     border-bottom-width: 0.25em;
     border-bottom-color:#ffc;
     margin-bottom: 0px;

}

img {
   /* border-style: solid;
    border-width: 4px;
    border-color: #ffffff;
    */
    padding-bottom: 30px;
}

a {
    text-decoration-line: underline;
    color:#83d6ff ;
}

strong {
    font-style: italic;
}

li {
    font-style: italic;
    text-align: left;
}


ul {
    display: inline-block
    
}
table {
    background-color: #ccc;
}

.container {
   
    display: flex;
    justify-content: center;
    flex-direction: row;
  }


.box {
  width: 700px;
  background-color: #e892bc;
 
}

.sides {
  width: 400px;
  background-color: red;
  flex-grow: 1;
  }

