body{
    font-family:'Meiryo','Meiryo', sans-serif;
    background-color:rgb(212, 252, 212);
}
#xrlogo{
    display: flex;
    justify-content: center;
}
#xrlogo img{
    max-width: 20%;
}
#title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color:rgb(212, 252, 212);
}
#mainHeaderText{
    max-width: 70%;
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-size: 20px;
}
#wrapper{
    margin-left:35%;
}

#spaces{
    display: flex;
    flex-direction: row;
}
.spaceBlock{
    width: 20%;
    height: 30%;
    padding: 0%;
    margin: 1.6%;
    position: relative;
    transition: 0.5s;
}
.spaceBlock:hover{
    transform: translateY(-10px);
    transition: 0.5s;
}
.spaceName{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
    font-size: 17px;
}
img{
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
#space_img{
    position: relative;
    /* height: 50%; */
    width: 100%;
    border-radius: 10px;
}

#footer{
    position: fixed;
    max-height: 10%;
    left: 0;
    bottom: 0%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}
#footer img{
    max-width: 10%;
    position: relative;
    z-index: 10;
}

#TakedaLogo{
    position: fixed;
    max-height: 10%;
    left: 0;
    top: 0%;
    width: 100%;
    display: flex;
    justify-content: left;
}
#TakedaLogo img{
    max-width: 10%;
}

#logout-button{
    position: fixed;
    height: 5%;
    width: 5%;
    right: 0%;
    top: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Next-button{
    position: fixed;
    height: 5%;
    width: 5%;
    right: 0%;
    bottom: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Previous-button{
    position: fixed;
    height: 5%;
    width: 5%;
    right: 6%;
    bottom: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#textButtonDiv{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 12;
}
#Previous-button-textv:hover ,#Next-button-textv:hover{
    text-decoration: underline;
    cursor: pointer;
}
