#wrap { padding: 12rem 3rem; 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-around;}
#wrap p { text-align: right; font-size: 2rem; color: #fff; margin-bottom: 1.5rem; line-height: 1.3;}
#wrap h1 { line-height: 1.1;font-size: 4rem; font-weight: 600;color: #fff; position: relative; width: fit-content;	z-index: 1;}
#wrap h1:before {content: ''; width: 100%; height: 10px; background: #7A94FC; position: absolute; bottom: 0; left: 0;z-index: -1;}
