body {
  width: 100vw;
  height:auto;
  align-items: center;
  background-color: #eadee0;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  
}

.welcome {
  width: 100%;
  height: auto;
}

.header {
  width: 100%;
  height: 8%;
  display: flex;
  align-items: center;
  position: fixed;
}

.content {
  width: 100%;
  min-height: 65%;
  height: auto;
  align-items: center;
  padding-top: 4%;
}

.footer {
  width: 100%;
  height: 5%;
  display: flex;
  align-items: center;
} 

.content-box {
  width: 100%;
  height:auto;
  display: flex;
  flex-direction: row;
}

.cmenu-box {
   width: 20%;
   height: fit-content;
}


.cinfo-box {
  width: 85%;
  height: auto;
  display: flex;
  flex-direction: column;
}
