* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
navbar{
    box-shadow: 10px 10px 10px rgb(208, 204, 204);
    width: 100vw;
    height: 7vh;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    background-color: white;
}
footer{
    width: 100vw;
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
    position: sticky;
    bottom: 0;
    height: 5vh;
    /* border-color: white;
    border-top-color: #757575;
    border-style: solid;
    border-width: 1px; */

}

.main{
    
    width: 100vw;
    height: 90vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* background-color: sandybrown; */
}
.remove{
    font-size: 48px;
    color: blask;
    font-weight: 700;
}

.automatically{
    font-size: 24px;
    color: #757575;
    font-weight: 700;
}

.upload-btn{
    background-color: #145db7;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.upload{
    font-size: 24px;
    background-color: #ebf8ff;
    font-weight: 700;
    color: #145db7;
    height: 312px;
    width: 545px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-style: dashed;
    border-width: 4px;
    border-color: #145db7;
    border-radius: 15px;
}

.upload-components{
    padding: 10px;
}


.output{
    /* background-color: chartreuse; */
    height: 100vh;
    justify-content: space-evenly;
}

.output-image{
    height: 80%;
    width: 50%;
    background-color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: dashed;
    border-width: 4px;
    border-color: #145db7;
    border-radius: 15px;


}

.output-controls{
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 30%;
}

.output-btn{
    background-color: #145db7;
    color: white;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: larger;
    width: 146px;
}