body {
    background-color: #ECE9DF;
    font-family: "Italiana", serif;
    font-weight: 400;
}

.language_select {
    display: flex;
    justify-content: right;
    font-size: 2rem;
}

.language_select button {
    background-color: transparent;
    border-color: transparent;
    transition: 0.33s ease-in-out;
    font-size: 2rem;
    position: relative;
    bottom: 0.2rem;
}

.language_select button:hover{
    color: rgb(201, 188, 119);
}

/*BUTTONS FOR LANGUAGE OPTIONS*/
.lang_btn {
    font-size: 25px;
    font-weight: bold;
    padding: 5px;
    border: none;
    background-color: #ECE9DF;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

/* NAVBAR */

.nav-bar {
    /* border: 1px solid black; */
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.2rem;
    width: 80%; /* Adjust width as needed */
    margin: 0 auto;
}

.nav-bar a {
    flex: 1; /* Allows each item to expand equally */
    text-align: center;
}

.lang_btn {
    font-family: "Italiana", serif;
}

.links {
    color: black;
    transition: 0.33s ease-in-out;
}

.links:hover {
    color: rgb(201, 188, 119);
}

a {
    color: #000000;
    text-decoration: none;
}


/* LOGO CONATINER */
.header_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2.5em;
}

.header_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2.5em;
}

/*ITALIAN FLAG FOR INDEX PART*/
.italian_flag {
    display: flex;
    flex-direction: row;
}

.green {
    background-color: green;
    height: 0.5rem;
    width: 15rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.white {
    background-color: white;
    height: 0.5rem;
    width: 15rem;
}

.red {
    background-color: red;
    height: 0.5rem;
    width: 15rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.top_h1 {
    text-align: center;
    font-weight: 400;
    font-size: 5rem;
    position: relative;
    top: 3.3rem;
}

.bottom_h1 {
    text-align: center;
    font-weight: 400;
    position: relative;
    bottom: 3rem;
}

/* END OF NAVBAR */



.pizza_pic {
    display: block;
    position: relative;
    margin: auto;
}

/*ABOUT US HEADER*/
.about-us-txt {
    margin: 0 auto;
    padding-bottom: 1rem;
    padding-top: 5rem;
    font-weight: 400;
    cursor: pointer;
    transition: 0.33s ease-in;
}

.about-us-txt:hover {
    color: rgb(201, 188, 119);   
}

/*IMAGE FOR TOWER OF PISA*/
.tower_pisa {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 500px;
    border: 5px solid #CAC6B7;
}

/*IMAGE FOR MARIO AND LUIGI*/
.mario_luigi {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    height: 500px;
    border: 5px solid #CAC6B7;
}

.row {
    display: flex;
    flex-direction: row;
    padding: 8rem;
}

/*ITALIAN FLAG FOR ABOUT US PART*/
.about_us_flag {
    display: flex;
    flex-direction: row;
}

/*ITALIAN FLAG FOR ABOUT US PART*/
.green2 {
    background-color: green;
    height: 0.5rem;
    width: 15rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    margin-left: auto;
}

/*ITALIAN FLAG FOR ABOUT US PART*/
.white2 {
    background-color: white;
    height: 0.5rem;
    width: 15rem;
}

/*ITALIAN FLAG FOR ABOUT US PART*/
.red2 {
    background-color: red;
    height: 0.5rem;
    width: 15rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    margin-right: auto;
}

.about-us-container {
    width: 45.7rem;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #D6CDAD;
    position: relative;
    margin: 0 auto;
    z-index: 1000;
    font-family: "Kaisei Decol", serif;
    border: 2px solid rgb(47, 44, 33);
    border-radius: 10px;
    padding: 1.5rem;
}

.about-us-container p{
    font-size: 2rem;
}

.image-container {
    z-index: 999;
}

.image-thing {
    height: 30rem;
    position: relative;
    left: 47rem;
    bottom: 21rem;
}