body {
    background-image: url("https://files.jin-ohchoi.id.au/dave-webb-Ny7UDRl2LZY-unsplash.jpg");
    background-size: cover;
    width: 100dvw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
}

.gap {
    width: min(1024px,80dvw);
    height: 100px;
    margin: 0px;
}

.hero {
    width: min(1024px,80dvw);
    align-content: center;
    text-align: center;
    margin: 0px;
}

.socials {
    width: min(1024px,80dvw);
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-content: center;
    text-align: center;
    margin: 0px;
}