*, ::after, ::before {padding: 0; margin: 0; box-sizing: border-box;}
html {font-size: clamp(9px, 1.1vw, 20px); scroll-behavior: smooth; scroll-padding-top: 4rem;}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300; 
    line-height: 1.6; 
    background: white; 
    height: 100vh;
    display: flex;
    flex-direction: column;
    font-weight: 500;
} 
header {
    padding: 1.75rem 2.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 1.252rem;
}
header a.logo {display: block;}
header a.logo img {display: block; width: 9.5rem;}
header ul {
    display: flex;
    gap: 2rem;
    list-style: none;
}
header ul li a {
    color: #1c1c1c;
    text-decoration: none;
    display: block;
    padding-block: 0.75rem;
}
main {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    color: #f5f5f5;
    margin: 1.5rem 2.5rem 2.5rem;
    padding: 2.5rem 2.5rem 3.75rem;
    background: #1c1c1c url(/uploads/bg.jpg) right center / auto 100% no-repeat;
    font-size: 2.75rem;
    line-height: 1.4;
}
main p:not(:last-child) {
    margin-bottom: 1.3em;
}
main p:last-child {
    font-weight: 300;
}