h1 {
    color: black;
}
body {
    background-color: rgb(112, 151, 151);
}
p {
    color:  black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
a {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
a:hover {
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.content {
    text-align: center;
    border-style: solid;
    border: white;
    padding: 10px;
    background-color: 8a3e3e;
    color: white;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(108, 146, 160, 0.1);
    border-radius: 8px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

h1{
    font-size: 75px;
}

.title {
    color:  black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.about {
    color:  black;
    size: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.nav {
    font-size: 20px;
    border: 10px;
    padding: 45px;
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
    border-style: solid;
    border-color: rgb(51, 100, 102);
    background-color: rgb(112, 151, 151);
    border-radius: 10px;
    transition: background-color 0.3s;
}

h1, h2, p {
    margin: 0;
    padding: 0;
}

h1{
    margin-bottom: 0px;
}

.quote {
    font-size: 24px;
    font-style: italic;
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 65px;
}