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

.container {
    background: url('https://images.unsplash.com/photo-1605712916066-e143c317df72?q=80&w=2074&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background: url('./JavaScript.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 30% auto;
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    color:black ;
}

.container h1 {
    font-size: 4rem;
    text-shadow: 1px 1px yellow;
    margin-top: 1.5rem;
}

.footer h1 {
    text-align: center ;
    font-size: 2.25rem;
}