body {
    background-color: #F8F9FA;
}

#main {
    background-image: url("images/bg2.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

#main-section {
    font-family: Montserrat;
    width: 800px;
    margin: auto;
    height: 800px;
    margin-top: 50px;
    padding: 50px;
}

#apply-main-section {
    font-family: Montserrat;
    width: 800px;
    margin: auto;
    height: 800px;
    margin-top: 50px;
    padding: 50px;
    border-style: solid;
    border-color: black;
    border-width: 3px;
    border-bottom-width: 0px;

}

#apply-page-main{
    background-image: url("images/bg2.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

#form-1 {
    margin-left: 25%;
    margin-top: 210px;
}

#apply-button {
    margin-top: 20px;
    margin-left: 50%;
}

#main-body {
    width: 800px;
    margin: auto;
}

#working-hours {
    width: 400px
}

#main-section h3 {
    width: 800px;
}

#earnings {
    width: 150px;
}

#earnings-1 {
    width: 35px;
}

#form-1 {
    margin-top: 10px;
}

#footer {
    font-family: Montserrat;
    text-align: center;
    color: white;
    padding: 10% 10%;
    font-size: 1rem;
    font-weight: bold;
    background-color: #343A40;
    background-image: url("images/footer-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

