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;
}

.slide {
  width: 100%;
  height: 20%;
  display: flex;
  align-items: center; 
  padding-top: 4.5%;
}

.body {
  width: 100%;
  min-height: 65%;
  height: auto;
  align-items: center;
}

.footer {
  width: 100%;
  height: 5%;
  display: flex;
  align-items: center;
}