.section1 {
    width: 100%;
    height: 70vh;
    background-color: rgb(22, 36, 22);

    /*flexbox
    display:flex;
    justify-content: right;
    align-items: center;*/
}

.section2 {
    width:100%;
    height:200vh;
    background-color: rgb(20, 61, 47);
}