@import url('https://fonts.googleapis.com/css2?family=Sigmar&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Inline:opsz,wght@10..72,900&display=swap');

body {
    background-color: darkgrey;
    font-family: Arial, Helvetica, sans-serif;
}
nav {
    border: dotted;
    color: rgb(108, 109, 107);
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    padding: 1px;
}

nav li {
    list-style-type: none;
    display: inline;
    padding: 25px;
}

ol li {
    list-style-type: none;
    text-align: left;
   
}

div {
    padding: 1px;
    margin: 0 auto;
    width: 960px;
}
ul.about {
    text-align: left;
    margin-left: 200px;
    list-style-type: none;
    font-size: 18px;
}
.welcome {
    color: rgb(63, 64, 64);
    text-align: center;
    text-decoration: underline;
    font-family: "Sigmar", serif;
    font-weight: 400;
    font-style: normal;
    border: 15px;
}
#nav:hover {
    color: rgb(98, 223, 237);
}
.sold {
    color: rgb(255, 0, 0);
    text-align: left;
    font-family: "Big Shoulders Inline", sans-serif;
    font-weight: 900;
    font-style: bold;
    border: 15px;
}
.listtitle {
    font-weight: bold;
    text-align: center;
    border: double;
}

img.owners {
    float: right;
    margin: 15px 15px 15px 15px;

}

img.sale_right {
    float: right;
    margin: 15px 15px 15px 15px;

}

.about_pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.about_name {
    color: rgb(63, 64, 64);
    font-family: "Sigmar", serif;
    text-align: center;
    margin-right: 250px;
}
.mid {
    text-align: left;
}
