header {
    margin: 0;
    min-height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('box.png'); 
    background-position: center top; 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-attachment: fixed;

    display: flex;
    flex-direction: column; 
    align-items: center;
}

nav {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 45%;
    padding: 3px;
    background-color: #3d270a;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    font-family: "Montserrat";
}

nav a {
    margin: 0px 35px;
    font-family: "Montserrat";
    color: white;
    text-decoration: none;
    font-size: 140%;
}

nav a:hover {
    color: #cd9e6a;
}

.JF {
    margin: 15px;
    height: 30px;
    width: auto;
    display: block;
}

body {
    margin: 0;
    background-color: #feffef;
}

h1 {
    color: #ffffff;
}

.intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 120px auto;
    width: 90%;
}

#logotext {
    background-color: rgba(57, 37, 13, 0.7);
    border-radius: 15px;
    align-items: center;
    justify-content: space-between;
    background-size: contain;
    font-family: "Montserrat";
    border: #3d270a;
    border-style: solid;
}

#intro {
    font-size: x-large;
    color: #ffffff;
    text-align: center;
    margin: 15px;
}

.logo {
    margin: 15px;
    height: 250px;
    width: auto;
}

.movers {
    height: 300px;
    width: auto;
    margin-right: 150px;
    border: #3d270a;
    border-style: solid;
    border-radius: 15px;
}
