#home{min-height:calc(100dvh);display:flex;flex-direction:column;justify-content:flex-end;position:relative;gap:50px;top:-95px}.home-btns{height:100px;display:flex;align-items:baseline;padding:0 20px;gap:50px}.headline{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:absolute;right:0;left:0;top:25%}.headline>h1{font-weight:200}.message{flex:0;flex-direction:row;width:50%}.profil{background-color:#aec1db;background-image:var(--bg-image);background-size:cover;background-position:50%;width:100px;height:100px;border-radius:50%}@media(max-width:1250px){.message{width:100%}}