body {
    max-width: 960px;
    margin: 0 auto;
}

.name {
    color: darkblue;
    border-top: 25px solid rgb(140, 140, 140);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 1px;
    padding: 1px 0; /* Shorthand for padding-top and padding-bottom */
    border-radius: 7px 7px 0 0;
}

.name h1 {
    font-size: 2.5em;
    float: left;
    width: 65%;
}

.name p {
    font-size: .9em;
    font-weight: 600;
}

.sidebar {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.2em;
}

.sidebar ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    background-color: rgb(175, 175, 175);
    /* -webkit-linear-gradient is a vendor prefix, consider using autoprefixer or including it for wider compatibility */
    background-image: -webkit-linear-gradient(rgb(175, 175, 175), rgb(95, 95, 95));
    background-image: linear-gradient(rgb(175, 175, 175), rgb(95, 95, 95));
    border-top: 3px solid rgb(204, 204, 204);
    border-bottom: 3px solid rgb(204, 204, 204); /* Corrected syntax: removed comma */
    border-radius: 5px;
    margin-bottom: 1px;
}

.sidebar li {
    display: inline;
}

.sidebar a {
    display: inline-block;
    text-align: center;
    width: 200px;
    border-right: 3px solid rgb(204, 204, 204);
    padding: 4px;
    text-decoration: none;
    color: white;
    margin-left: 20px;
}

.main h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: purple;
    text-align: center;
    border-bottom: 3px solid dimgray;
    margin-bottom: 5px;
}

figcaption {
    font-size: .8em;
    font-weight: bold;
}

.about {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 2px;
    color: rgb(95, 95, 95);
    overflow: hidden;
}

.about h3 {
    font-weight: bold;
    border-bottom: 2px solid purple;
    margin: 5px 5px 5px 0;
    overflow: hidden;
}

.rfloat {
    float: right;
    margin: 10px 5px 0 20px;
}

.about p {
    font-size: 1em;
    text-align: justify;
}

.bold {
    font-weight: bold;
}

.multiwall {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(95, 95, 95);
    margin-bottom: 10px;
}

.multiwall h4 {
    border-bottom: 2px solid purple;
    font-size: 1.2em;
}

.table,
.stable {
    border-collapse: collapse;
    margin: 2px;
    float: left;
}

.description,
.sname {
    width: 125px;
}

.image,
.sdescription {
    width: 305px;
}

.thickness,
.sthick {
    width: 125px;
}

th,
td {
    border: 2px solid rgb(95, 95, 95);
    text-align: center;
    vertical-align: top;
    color: #003366;
}

.table th {
    font-weight: bold;
}

.right {
    float: right;
    margin: 0 10px 5px 5px;
}

.clear {
    clear: both;
}

.multiwall h2 {
    display: inline-block;
    font-size: 1.2em;
    border-bottom: 2px solid purple;
}

.solid {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(95, 95, 95);
}

.solid h5 {
    font-size: 1.2em;
    border-bottom: 3px solid purple;
}

.bottom {
    clear: both;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: .8em;
    background-color: rgba(0, 0, 0, .75);
    color: whitesmoke;
    overflow: hidden;
    margin-top: 25px;
}

.map {
    float: left;
    margin: 10px;
}

.repeat {
    float: left;
    width: 50%;
    margin-left: 20px;
}

.mapDetail ul {
    margin: 0;
    padding: 0;
}

.mapDetail li {
    list-style-type: none;
    margin-top: 5px;
}

.mapDetail a {
    display: inline-block;
    text-decoration: none;
    color: whitesmoke;
    background-color: #0066cc;
    font-size: 1em;
    padding: 5px;
    width: 15em;
    text-align: center;
    border-radius: 5px;
}

.stable {
    margin-bottom: 0px
}

.whatsapp {
    /* float: right; This was commented out, so I'm keeping it commented. */
    margin-top: 10px;
}