

.row a{
    text-decoration: none;
    
}

.hero{
    display:flex;
    flex-direction: column;
}

.nav{
    justify-content: center;
}
.nav a{
    color:chocolate;
}
.nav-item3{
    font-size: 20px;
    text-align: center;
}

body{
    background-color: beige !important;
    font-family:'Times New Roman', Times, serif !important;
}

.title{
    font-size:40px;
    font-family:'Times New Roman', Times, serif;
    color:rgb(181, 151, 113);
}

/* .heroText{
    display: block;
    margin: 10%;
    width:500px;
    /* position:relative; */
    /* right:20px; */
    /* background-color: blue; */
/* } */ 

h6{
    /* background-color: aquamarine; */
    margin:5%;
    text-align: center;
    padding: 5%;
    margin-left: 15%;
    margin-right: 15%;
}

.aboutwords{
    color:chocolate;
    font-size: 30px;
}