body{flex-direction:column}body,header{display:flex}header{flex-direction:row;justify-content:space-between;position:relative;height:60px;margin:20px}header>img{height:100%;width:auto}main>.img{display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-repeat:no-repeat;background-position:50%;background-size:cover;min-height:100%;border-radius:0 0 43px 43px;width:100%;position:absolute}main{margin:0 8px 8px;flex:1 1}.divider,main{position:relative;display:flex;flex-direction:column}.divider{margin-top:auto;top:0;justify-content:space-between;width:100%;margin-bottom:auto}.divider,.link-footer{z-index:1}.content{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100%;width:100%;gap:20px;margin-top:auto;margin-bottom:auto}h1{padding:30px 80px 20px;font-size:30px;font-weight:700}h1,h3{text-align:center;color:var(--on-background)}h3{font-size:15px;font-weight:400}button{background:var(--primary);border:none;width:250px;padding:16px;color:var(--on-primary);border-radius:40px;font-size:18px;margin:auto;display:flex;justify-content:center;gap:10px}h6{color:var(--on-background);margin-bottom:20px;margin-top:20px;text-align:center}.divider>a{margin-left:auto;margin-right:auto}@media screen and (min-width:700px){.content{margin-bottom:unset}button{width:600px}}