body {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Arial', sans-serif;
position: relative;
min-height: 100vh;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
justify-content: space-between;
align-items: center;
padding: 5px;
}

nav li {margin-right: 20px;}
.i18n1{list-style-type: none;margin: 0px;padding: 0px;text-decoration: none;}
.i18n2{display: none;}
.i18n1:hover li ul{display:block;}
.i18n1 li ul{display:none; position: absolute;right: 0px;padding-right: 5px;z-index: 100;}
.i18n2 li{ padding: 5px; }
.underline{text-decoration: underline;}

.divcenter{margin: 0px auto;padding: 0px;}
article{
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
max-width: 500px;
width: auto;
padding: 10px;
border-radius: 4px;
}
a{
text-underline-offset: 5px;
}
h1{
text-align: center;
}
form{
display: flex;
flex-direction: column;
}
label {
margin-bottom: 10px;
display: inline-block;
margin-bottom: 8px;
font-weight: bold;
}
input, select, textarea {
box-sizing: border-box;
width: 100%;
padding: 12px;
border-radius: 8px;
font-size: 1rem;
}
input[type="checkbox"] {width: 15px;height: 17px;}

input[type="submit"] {
border: none;
padding: 15px 30px;
font-size: 1.2rem;
font-weight: bold;
border-radius: 50px;
cursor: pointer;
width: 100%;
transition: all 0.3s ease;
}

input[type="submit"]:hover {
transform: translateY(-3px);
}
#form_contact{max-width: 500px;}
#contactname{display: none;}
footer{
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
line-height: 2rem;
font-size: 0.875rem;
height: 13rem;
}

footer a{
margin-left: 50px;
margin-right: 50px;
margin-bottom: 10px;
white-space: nowrap;
}

.aligncenter{text-align: center;}

.container {
max-width: 1200px;
margin: 0 auto;
padding-top: 30px;
padding-bottom: 13rem;
}

.container > div{
border-radius: 15px;
padding: 25px;
margin-bottom: 30px;
}
table {
width: auto;
max-width: 700px;
margin: auto;
border-collapse: collapse;
}

th, td {
padding: 15px;
text-align: center;
word-wrap: anywhere;
min-width: 100px;
}

th {font-weight: bold;}
b{padding: 15px;}
tbody > tr:first-child{font-weight: bold;}

.form-group {margin-bottom: 20px;}
.checkbox-group {
display: flex;
align-items: center;
margin: 20px 0;
}
.checkbox-group input {margin-right: 10px;}
.since{font-size: 1.1rem;}
.person1{font-size: 3rem;}
.richerthan{font-size: 2rem;}
.thanperson2{font-size: 1.5rem;}
.notwealthy{font-size: 2rem;}
.card{width: auto;
max-width: 400px;
margin: auto;
}
.card > a > img{
width: auto;
max-width: 100%;
}
.price-tag {
padding: 10px 20px;
border-radius: 50px;
font-weight: bold;
font-size: 1.3rem;
display: inline-block;
margin: 15px 0;
}
.top-rich-person{font-size: 3rem;}
.current-top{word-wrap: anywhere;}
/* colors */

body {background: linear-gradient(173deg, rgb(166, 145, 37), rgb(240, 237, 36), rgb(147, 33, 28));
color:  #fafafa;}
nav,footer{background-color: rgba(0, 0, 0, 0.7);}
nav ul {color: #fafafa;}
.i18n1 li ul{background-color: rgba(0, 0, 0, 0.7);}
article{background-color: #f9f8f8;
border: 1px solid #f1f1f1;
}
a{color: rgb(255, 215, 0);text-decoration: underline dotted rgb(117, 117, 121);}
a:hover;{color: #00b;text-decoration: underline dotted rgb(117, 117, 121);}
input, select, textarea {border: 2px solid #ffa5026b;
background: rgba(255, 255, 255, 0.1);
color: white;}
input[type="submit"] {
background: linear-gradient(to right, #ff8c00, #ffd700);
color: #000;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
input[type="submit"]:hover {box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);}
.container > div{background: rgba(0, 0, 0, 0.7);
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
border: 1px solid #ffd700;
}
.container > div > h1,h2,h3{color: rgb(255, 215, 0);}
th, td {border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
th {color: #ffd700;}
tr:hover {background: rgba(255, 215, 0, 0.1);}
.price-tag {
background: linear-gradient(to right, #ff8c00, #ffd700);
color: #000;
}