*,
body {
    padding: 0;
    margin: 0;
}

.container {
    height: 100vh;
    background: #060606;
}

.bg {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg,rgba(6, 6, 6, 1) 10%, rgba(87, 199, 133, 0) 90%), url(./assets/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    display: flex;
    gap: 4rem;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.bg-title {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #FCA311;
    font-size: 3rem;
    margin-bottom: 5rem;
    text-transform: uppercase;

    display: flex;
    flex-direction: column;
    align-items: center;
}