body {
       background-color: #313B03;
       color:#4A2900;
      }
      
h1 {
    text-align: center;
    font-size: 220%;
}

h2 {
    text-align: center;
    font-size: 160%;
}

p {
    text-align: center;
    font-size: 120%;
}

.backsheet {
    background-color: #74CF74;
    position:relative;
    align-content: center;
    align-items: center;
    width: 1600px;
    padding: 50px;
    margin: auto;
}

.header{
    color: #00214A;
    font-size: 150%;
    background-size:auto;
}

.blogparagraph{
    text-align: justify;
    text-justify; inter-word;
    font-size: 120%;
}

span{
    background-color: #57A157;
    padding:8px;
}
