* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    position: relative;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container h1 {
    position: absolute;
    color: white;
    font-size: 3.5rem;
    padding-top: 15rem;
}

.box {
    width: 100%;
    height: auto;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bg-img {
    width: 100%;
    height: 90vh;
}

.box1 {
    border: 1px solid #ddd;
    width: 60%;
    height: 4rem;
    margin: 2rem 0;
}

.box2 {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    width: 60%;
    height: 4rem;
    font-size: 1.5rem;
    margin: 2rem 0;
}

.box3 {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    width: 60%;
    height: 4rem;
    font-size: 1.5rem;
    margin: 2rem 0;
}