@charset "UTF-8";

.boby-wrapper{
        margin: 30px 30px 30px 30px;
       
}

h1{
        font-family: 'Courier New', Courier, monospace;
        font-weight: bold;
        font-size: 18px;
        background-color:#00913A;
        padding: 20px 20px 20px 20px;
        color: floralwhite;
        text-align: center;
}

.font{
        font-family: 'Courier New', Courier, monospace;
        font-weight: bold;
        color: #00913A;
}

p{
        margin-top: 20px;
        font-family: 'Courier New', Courier, monospace;
        font-size: 18px;
        line-height: 1.7;
       }


       .images{
        width: 100%;
        padding-top: 20px;
      }


      .text-wrapper{
        margin-top: 40px;
}


footer{
        background: #00913A;
        text-align: center;
        padding: 26px;
        margin-top: 60px;
        margin: 60px 30px 0 30px;
      }
      
      footer p{
        color: #00913A;
        font-size: 0.875rem;
        font-weight: bold;
        font-family: 'Courier New', Courier, monospace;
        text-align: center;
      }


.hiduke{
text-align: right;
}





/*
DESKTOP SIZE
========================================================= */
@media (min-width: 600px){
 
        h1{
                font-family: 'Courier New', Courier, monospace;
                font-weight: bold;
                font-size: 22px;
                background-color:#00913A;
                padding: 20px 20px 20px 20px;
                color: floralwhite;
        }

        h2{
                font-family: 'Courier New', Courier, monospace;
                font-weight: bold;
                font-size: 20px;
                color: #00913A;
                margin-top: 40px;
                padding: 0.5rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 3px dotted #b2d5de;
        }

        h3{
                font-family: 'Courier New', Courier, monospace;
                font-weight: bold;
                font-size: 18px;
                color: #00913A;
                margin-top: 40px;
                line-height: 1.7;
        }

        
        p{
         margin-top: 20px;
         font-family: 'Courier New', Courier, monospace;
         font-size: 18px;
         line-height: 1.7;
        }

        .images{
          width: 90%;
          padding-top: 40px;
        }

        .boby-wrapper{
                margin: 30px 30px 30px 30px;
        }

        .text-wrapper{
                margin-top: 40px;
        }

        

        footer{
                background: #00913A;
                text-align: center;
                padding: 26px;
                margin-top: 60px;
                margin: 60px 30px 0 30px;
              }
              
              footer p{
                color: #00913A;
                font-size: 0.875rem;
                font-weight: bold;
                font-family: 'Courier New', Courier, monospace;
                text-align: center;
              }
  }
              
  

