html{
    font-size: 62.5%;
    /* min-width: 1300px; */
}
body{
    font-size: 1rem;
    background-color: #e2f0d9;
    width: 80%;
    margin: 0 auto;
}

h1{
    text-align: center;
    font-size: 5rem;
    border: 2px solid #498fcf;
    border-radius: 2rem;
    background-color: #fff;
    margin: 2rem;
}
h2{
    text-align: center;
    font-size: 3rem;
    border-radius: 2rem;
    margin: 2rem;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.flex{
    display: flex;
}

.invisivle{
    display: none;
}

button{
    width: 12rem;
    height: auto;
    text-align: center;
    border: none;
    font-size: 2rem;
    color: #fff;
    background-color: #498fcf;
    margin: 1rem;
    z-index: 5;
}
button:hover{
    cursor: pointer;
    background-color: #396b9b;
}

.next-button button, .return-button button {
    width: fit-content;
    height: auto;
    text-align: center;
    border: none;
    font-size: 1.5rem;
    color: #fff;
    background-color: #498fcf;
    box-shadow: 3px 3px 2px 1px #396b9b;
    margin: 20px 10px;
    padding: 3px 25px;
    font-size: 2rem;
}
.next-button button:hover, .return-button button:hover {
    cursor: pointer;
    background-color: #396b9b;
    box-shadow: none;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.menu{
    justify-content: space-around;
}
.menu button{
    width: 20rem;
    height: 10rem;
}
.menuimg{
    justify-content: space-around;
    top: 0;
    left: 0;
    transform: translate(-3%, 0);
}
.menuimg div>img{
    height: 20rem;
}



.exposition {
    background-color: skyblue;
    border: 2px solid #396b9b;
    width: 80%;
    margin: 0 auto;
    border-radius: 1rem;
    font-size: 3rem;
}

.exposition li{
    padding: 2rem;
}

.menubutton {
    width: 80%;
    justify-content: right;
    margin: 0 auto;
    display: flex;
}
.main img{
    width: 60%;
}
.PBOX{
    width: 80%;    
    margin: auto;
}
.txtred{
    color: #ff0000;
    text-align: right;
    font-size: 3rem;
    margin: 10px 0;
}
