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

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