body {
    background-color: #422816;
    background-image: url("../images/rowan-lamb-1085645-unsplash.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-weight: bold;
}

p {
    /* line-height: 200%; */
    font-size: 22px;
    font-family: 'Mali', cursive;
}

h1 {
    padding-top: 20px;
    font-size: 44px;
    /* line-height: 200%; */
    font-family: 'Charmonman', cursive;
}

#main {
    /* background-color: #ffffff; */
    border: 1px solid black;
    width: 60%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.7);
    /* opacity: 0.7;
    filter: alpha(opacity=70); */
    padding: 30px;
}

footer p {
    font-size: 11px;
    margin-top: 20px;
}

@media screen and (max-width: 640px) {
    #main {
        width: 100%;
        padding: 10px;
    }
}