body {
    font-family: "Inter", sans-serif;
    color: #fff;
}

* {
    box-sizing: border-box;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../src/home.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}