#wide_img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

#hello {
    width: 100%;
    padding: 40px;
    display: flex;
}

#hello h1 {
    font-size: 56px;
    margin-top: 0;
}

#hello_text {
    width: 50%;
    font-size: 24px;
    padding: 10px;
}

#hello_text span {
    opacity: 0.6;
}

#hello_img {
    width: 50%;
    height: 100%;
    padding: 10px;

}

#hello img {
    width: 479px;
    height: 479px;
    object-fit: cover;
    display: block;
    margin: auto;
}

#camper {
    text-align: center;
}

#camper img {
    width: 1152px;
    height: 648px;
    object-fit: cover;
}

#camper h1 {
    font-size: 48px;
    margin: 0;
    margin-bottom: 30px;
}

#camper h2 {
    font-size: 32px;
    margin-top: 0;
    opacity: 0.6;
}