.page { display: flex; flex-direction: column; align-items: center; .fill { margin-top: 30px; padding: 10px; width: 94%; height: 360px; background: url('../../static/img/home/fill-bg.svg') no-repeat; background-size: 100% 100%; } .title { margin: 50px 0 0 48px; color: #fff; font-size: 48px; } .btn { margin: 30px 0 0 50px; color: #fff; text-align: center; width: 200px; border: solid 1px #fff; border-radius: 10px; } }