.home {
  display: flex;
flex-direction: column;

 position: absolute 
}
.tab {
    width: 100%;
height: 100px;
background: #2742F5;
}
.contents {
    width: 100%;
height: 100%;
background: #E6E5FF;
}