*{
    border: 0;
    padding: 0;
    margin: 0;
}

#home{
    width: 100%;
    height: 100vh;
    background: url("../img/bg.jpeg") repeat;
    display: flex;
    overflow: hidden;
}
#home #left{
    width: 0.95rem;
    height: 100vh;
    /* max-height: 300vh; */
    /* background-color: red; */
}
#home #middle{
    width: 2.65rem;
    height: 100vh;
    /* max-height: 300vh; */
}
#home #nav{
    width: 2.65rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0.95rem;
    z-index: 1;
    background-color: white;
}
#home #right{
    width: 15.6rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#home #right img{
    width: 100%;
}