@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
*{
    margin: 0%;
}
.mainClass{
    width: 100%;
    height: 2048px;
}
.glass{
    width:75%;
    height: 20%;
    margin: auto;
    background: linear-gradient(to right,rgba(255,255,255,0.8),rgba(255,255,255,0.6),rgba(255,255,255,0.4));
    border-radius: 50px;
    padding: 50px;
}
/* ********** M E N U ********** */
.menu{
    position: fixed;
}
.menuSection{
    width: 100%;
    height: 50px;
    position: fixed;
}
.menuSection .activePage{
    color: white;
    background-color: #000;
}

.menuSection a{
    float: left;
    width: 25%;
    height: 100%;
    line-height: 50px;
    background: #44ff88;
    text-align: center;
    font-size: 32px;
    text-decoration: none;
    color: black;
}
.menuSection a:hover:not(.activePage){
    background: yellow;
}
/* ********** M E N U ********** */

/* ********** C O N T E N T ********** */
.contentSection{
    width: 100%;
    height: 90%;
    background: url(https://betterworldphoto.files.wordpress.com/2020/01/mountaindawn.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.AboutProject{
    /* Table with glassy style */
    width: 100%;
    height: 100%;
}
.glass a{
    text-decoration: none;
    color: #000;
    cursor: default;
}
.AboutProject .TextualContent{
    width: 65%;
    height: 100%;
    text-align: center;
}
.TextualContent a{
    text-decoration: none;
}
.TextualContent p{
    font-size: larger;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 25px;
    border-radius: 25px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.AboutProject .VisualContent{
    width: 35%;
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 25px;
}
/* .alignButton{
    display:flex; 
    justify-content:flex-end; 
    margin-right: 25px;
    margin-bottom: 5px;
} */
.VisualContent i{
    padding: 10% 0%;
}
.button{
    width: 80%;
    height: 20%;
    background-color: #44ff88;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #000;
    font-size: 18px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    cursor: pointer;
 }
/* ********** C O N T E N T ********** */

/* ********** F O O T E R ********** */
.footerSection{
    width: 100%;
    height: 10%;
}
/* ********** F O O T E R ********** */