.container-view{
    width:100%;
    height:100vh;
    display:flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

.container-top{
    width:100%;
    flex-grow: 1;
    display:flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

.home-body-center{
    flex-grow:1;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-body-btn{
    display:block;
    color:#fff;
    background-color:rgba(0,0,0,0.5);
    border-radius:6px;
}

.home-body-btn:hover{
    color:#fff;
    background-image: linear-gradient(to left,#4CF9FF ,#18A6FF);
}

.container_bg{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:-1;
}
