body {
    background-color: #e7dab8;
font-family: 'Times New Roman', Times, serif;
color:#333; 
font-size: large;
}


#allcontent {
    width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
   }

   header, footer{ 
    text-align: center;
    background-color:#ffe8c6 ;
    padding: 10px;
    border-radius: 8px;
    }

  nav a  {
    color: #9b4222;
    text-decoration: none;
    font-weight: bold;
    margin: 0 10px;
    }

    nav a :hover {
        text-decoration: underline;
  }

  main{
    margin-top: 20px;
  }

  section {
    margin-top: 20px;
    font-size: medium;
}

.float-right {
    float: right;
    margin: 0 0 10px 15px;
    width: 250px;
    border-radius: 10px;
    }

    .float-left {
        float: left;
        margin: 0 15px 10px 0;
        width: 250px;
        border-radius: 10px;
      }
      
      footer {
        clear: both;
        font-size: 0.9em;
        }

        .features {
            display: flex;
            gap: 10px;
            }

            .features article {
                flex:1;
                background-color: #d6bd93;
                padding: 10px;
                border-radius: 10px;
                border: 1px solid #e6d2b5;
                }


                 .features  article {
                flex:1;
                background-color: #d6bd93;
                padding: 10px;
                border-radius: 10px;
                border: 1px solid #e6d2b5;
                }

                footer {
                    clear: both;
                    text-align: center;
                    background-color: #f1dca7;
                    padding: 10px;
                    border-radius: 8px;
                    font-size: 0.9em;
                    color: #5a3b2a;
                    margin-top: 15px;
                    }

                    .features  article:hover{
                        background-color: #ffe8c6;
                        transform: scale(1.02);
                        transition: 0.2s;
                        }


.float-center { 
   border-width: thin;
    border-style: solid;
    border-color: black;
    width: 750px;
    padding: 0% 20px 20px 20px;
    margin: 0px 20px 20px 10px;
    text-align: center;
    background-repeat: repeat-x;
    line-height: 1em;
   float:left
    }
                       

                        


                        

                    


                    







