
body {
    font-family: Arial, Helvetica, sans-serif; 
    padding: 0; 
    overflow-x: hidden;
    margin-bottom: 0; 
}


.navbar {
    position: absolute; 
    top: 0; 
    width: 100%; 
    z-index: 1000;
    display: flex; 
    justify-content: flex-start;
}


.navbar a {
    float: left; 
    display: block;
    color: #000000; 
    text-align: center; 
    padding: 14px 16px; 
    text-decoration: none; 
    border: 1px solid rgb(0, 0, 0); 
    border-radius: 7px; 
    margin-right: 20px;
    font-family: playfair display;
    margin-top: 5px;
    margin-left: 7px;
}


.navbar a:hover {
    background-color: rgba(206, 206, 206, 0.5); 
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

.navbar a:last-child {
    margin-right: 0;
}


.big-container {
    display: grid;  
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: center;
    padding:0px;
    position: absolute;
    bottom: 15px;;
    z-index: 5;
    margin:0;
    margin-top:0px;
    gap: 20px;

}


h1.center {
    position: absolute;
    top: 25%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    color: white;
    margin: 0;
    text-align: center; 
    z-index: 10; 
    font-size: 70px;
    text-shadow: 
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black; 
}

.background-image {
    position: relative; 
    width: 100%;
    height: 900px;
    top: 0; 
    z-index: -1; 
}

.end {
    width: 100%;
    height: 75px;
    margin: 0;
    background-color: #e6ccb3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
}
