html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    background: white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Bakersville";
    font-size: 16px;
    line-height: 1.5;
    margin: auto;
    max-width: 800px;
    padding: 2em 2em 4em;
}

.first img{
    display: block;
    width: 60%;
    height:20%;
    margin: auto;
    margin-top: -150px; 
    margin-bottom: 40px;
}

.second img{
    width:170px;
    height: auto;
    float: left; 
    margin: auto;
    margin-left: 60px;
    margin-right: 40px;
}

.fourth img{
    width:170px;
    height: auto;
    float: left; 
    margin: auto;
    margin-left: 60px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.six img{
    display: block;
    float: right;
    width: 140px;
    height: auto;
    margin: auto;
    margin-top: 0px; 
    margin-bottom: 40px;
    margin-right: 40px;
    margin-left: 30px;
}

p {
    margin: auto;
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 60px;
}

h2 {
    color: black;
    font-weight: 600;
    line-height: 1.3;
    margin-left: 70px;
}


