.logo {
    display: flex;
    justify-content: center;
    top: 0.3rem;
}

.logo img {
    width: 6.11rem;
}

.main {
    font-size: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    font-weight: bold;
}
.box{
    display: flex;
    justify-content: space-evenly;
}
img{
    width: 1.6rem;
}

.popupBoxID{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgb(0, 0, 0,0.7);
    justify-content: center;
    align-items: center;
    display: none;
    margin: 0;
    flex-direction: column;
    /* height: 10rem; */
    /* width:  7.5rem; */
}
.popupBoxID iframe{
    flex: 1;
}
.popupBoxID img{
    width: 7.5rem;
}
.popupBoxID .closeID{    
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    font-size: 0.25rem;
    color:rgb(0, 0, 0,0.7);
}

.popupBoxProgramme{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgb(0, 0, 0,0.7);
    justify-content: center;
    align-items: center;
    display: none;
}
.popupBoxProgramme img{
    width: 7.5rem;
}
.popupBoxProgramme .closeProgramme{    
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    font-size: 0.25rem;
    color:rgb(255, 255, 255,0.7);
}
.popupBoxInventory{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgb(0, 0, 0,0.7);
    justify-content: center;
    align-items: center;
    display: none;
}
.popupBoxInventory img{
    width: 7.5rem;
}
.popupBoxInventory .closeInventory{    
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    font-size: 0.25rem;
    color:rgb(255, 255, 255,0.7);
}
.popupBoxNotes{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgb(0, 0, 0,0.7);
    justify-content: center;
    align-items: center;
    display: none;
}
.popupBoxNotes img{
    width: 7.5rem;
}
.popupBoxNotes .closeNotes{    
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    font-size: 0.25rem;
    color:rgb(255, 255, 255,0.7);
}
.popupBoxAfter{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgb(0, 0, 0,0.7);
    justify-content: center;
    align-items: center;
    display: none;
}
.popupBoxAfter img{
    width: 7.5rem;
}
.popupBoxAfter .closeAfter{    
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    font-size: 0.25rem;
    color:rgb(255, 255, 255,0.7);
}
