html {
    height: 100%;
    background-image: url(../images/backround.webp);
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;


}


.wrapper {
    width: 100%;
    max-width: 960px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header {
    width: 100%;
    background-color: #00611f;
    display: flex;
    align-items: center;
}

.pb {
    padding-left: 250px;
    padding-right: 30px;
}

.content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex: 1;
    width: 100%;
    font-family: Oswald, sans-serif, serif;
    font-size: 19px;


}

nav {
    width: 145px;
    min-width: 145px;
    background-color: #00611f;
}

nav ul {
    font-size: 20px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #00611f;
    font-weight: bold;
    font-family: Oswald, sans-serif, serif;
}

nav ul a {
    text-decoration: none;
    color: white;
}

nav li {
    padding: 10px;
    border: solid 2px black;
    color: black;
}

main {
    flex: 1;
    text-align: left;
    padding: 10px;
    background-color: black;
    color: white;
    line-height: 1.6;



}

main a {
    color: #4dff91;

}

main img {
    float: right;
}

footer {
    max-width: inherit;
    color: white;
    font-size: 16px;
    background-color: #00611f;
    text-align: center;
    padding: 5px 0;
}

main ul {
    padding-left: 30px;
    margin: 10px 0;
    color: white;
}

main ul li {
    margin-bottom: 8px;
    line-height: 1.5;
}

main img {
    padding: 10px;
}


h1 {
    text-align: center;
    font-size: 26px;

}

.end {
    text-align: center;
    font-size: 30px;

}

h2 {
    font-size: 23px;
}

.daily-quote {
    background-color: #00611f;
    color: white;
    padding: 5px;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    text-align: center;
    border: solid 2px black;


}

aside {

    background-color: #00611f;
    width: 145px;
    height: 500px;


}

.daily-quote h2 {
    font-size: 20px;
}

.daily-quote p {
    font-size: 22px;

}
