#wrap { background: url(../img/index_background.png) no-repeat; min-height: 100vh; background-position-x: center; background-size: cover; display: flex; flex-direction: column; justify-content: space-between; align-items: center; }
#wrap img:nth-child(1) { width: 70%; margin: 0 0 0 auto;}
#wrap img:nth-child(2) { width: 65%; max-width: 35rem;}
#wrap img:nth-child(3) { width: 70%; margin: 0 auto 0 0;}
