* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    gap: 15px;
    font-family: "Inter", sans-serif;
}

.branding {
    font-size: 5.5rem;
    background: linear-gradient(to top, #121212, #999999);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.slogan {
    font-size: 1rem;
    background: linear-gradient(to top, #121212, #404040);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.contact {
    font-size: 0.8rem;
    background: linear-gradient(to top, #121212, #202020);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
