body {
    font-family: Roboto, Arial, sans-serif;
    background-color: white;
    margin: 0;
    padding: 0;
}
.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #f87c04;
    color: white;
}
.topnav a.inactive {
    color: white;
}
.topnav .text {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.logo {
    font-size: 24px;
    font-weight: bold;
    color: #f87c04;
    text-decoration: none;
}
.nav-links {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
}
.nav-links li {
    display: inline;
}
.nav-links a {
    text-decoration: none;
    font-size: 18px;
    color: black;
    padding: 5px 10px;
}
.nav-links a:hover, .nav-links a.active {
    color: #f87c04;
}
.content {
    padding: 40px;
    text-align: center;
}
h1 {
    color: #f87c04;
}
.top-right-image {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 672px;
    height: 480px;
    object-fit: cover;
}

.object-table {
    width: 100%;
}

.object-table.center {
    margin-left: auto;
    margin-right: auto;
}

.object-table.td {
    text-align: left;
    padding: 8px;
}

.object-table.tr:nth-child(even) {
    background-color: #D6EEEE;
}