.containe{
    background-color: white;
    min-height: 20vh;
    width: 100%;
}
*{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    font-size: 30px;
}
.text{
    background-color: rgb(212, 96, 19);
    height: 40px;
    color: rgb(255, 255, 255);

}
.logo{
    height: 100px;
    width: 100px;
}
.h2{
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
    background-color: #ffffff;
}
.p{
    font-size: 25px;
    margin-right: 10px;
    text-align: right;
    background-color: #ffffff;



}
ul li{
    display: inline-block;
    list-style: none;
}
ul li a{
    color: black;
    margin: 10px;
    font-weight: bold;
    text-decoration: green;
    font-family:Arial, Helvetica, sans-serif;


}
header{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    align-items: center;
    padding: 10px;
}
.con{
display: flex;
justify-content: space-between;
align-items: center;
width: 80%;
margin: auto;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
}

.container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.wonders {
    margin-bottom: 30px;
}

.wonder {
    margin-bottom: 20px;
    padding: 10px;
    border-right: 5px solid #007bff;
    background-color: #f4f4f4;
    border-radius: 5px;
}

.wonder h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.wonder p {
    font-size: 16px;
    color: #555;
}

.comparisons, .contests {
    margin-bottom: 30px;
}

.comparisons h2, .contests h2 {
    margin-bottom: 10px;
    color: #333;
}

.comparisons p, .contests p {
    font-size: 16px;
    color: #555;
    text-align: right;
}