
/* how to make good css 2 step tutorial no glue no borax */

body {
    background-image: url("https://cdn.imgchest.com/files/ca53e3565e4f.png");
    
    font-family: 'Courier New', Courier, monospace;
}

.wrapper {
    background-color: #E8DFC7 ;
    max-width: 500px;
    margin: auto;
    margin-top: 50px;
    padding: 20px; 
}

title {
    color: #50654d;
}

a {
    font-weight: bold;
    color: #8ea995;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-decoration-style: dashed;
}


p {
    text-align: justify;
    color: #374b39;
}

h1 {
    font-size:25px;
    color: #374b39;
}

h2 {
    font-size:medium;
    background-color: #5B6C59;
    color: #E8DFC7;
    padding: 5px;
    border-radius: 3px;
}

footer {
    margin: 20px;
    text-align: center;
    color: #E8DFC7;
}

