body{

    font-family: 'Roboto', sans-serif;

}
.main-width {
    max-width: 1100px;
}

body.forest{

    background-image: url(background.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #0b1218;


}

hr {


    box-shadow: 0 1px hsla(0,0%,100%,.05), inset 0 -1px rgba(0,0,0,.34);
    margin: 0;
}

.logo a{

    text-decoration: none;

}
h1.text-xl {
    font-size: 60px;
    text-shadow: 2px 2px 2px #0000004a;
}
p.shadow {
    text-shadow: 1px 1px 1px #00000094;
}