
body {
    background-color: oklch(95.1% 0.026 236.824);
    font-family: system-ui;
    margin: 0;
}

header {
    background-color: oklch(70.7% 0.165 254.624);
    display: flex;
    border-radius: 1rem;
    margin: 2rem;
}

h1 {
    line-height: 3rem;
    margin: 0;
    color: white;
    padding: 1rem;
}

main {
    margin-top: 10rem;
    gap: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2 {
    font-size: 6rem;
    font-weight: 400;
    text-align: right;
}

img {
    width: 500px;
    border-radius: 12px;
    transform: rotate(-5deg);
}

.x {
    flex: 1;
}

nav {
    color: white !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
    gap: 2rem;
    font-size: 1.5rem;
}

nav a {
    color: white;
    text-decoration: none;
}

.big {
    font-size: 20vw;
}