body{
    overflow-y: hidden;
}
 header{
    text-align: right;
    position: absolute;
    right: 0;
    transform: translateY(-100px);
}

 main {
    display: grid;
    grid-template-rows: repeat(2,1fr);
    height: 200vh;
     overflow: hidden;
}
 main section:nth-of-type(1){
    display: grid;
    justify-content: center;
    align-content:center;
}
 main section:nth-of-type(1) img{
    width: 700px;
    max-width: 70vw;
     opacity: 0;
}
 main section:nth-of-type(2){

}

.background.bg-image{
    opacity: 0;


}
.textboxInline{
    opacity: 0;
    justify-self: center;
    transition: opacity 1000ms ease-in-out;
    margin-top: 10px;
    margin-top: 30px;
    font-size: 12px;
}