body{
    padding: 0;
    margin: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    
    
    
}


button{
    padding: 100px 400px;
    font-size: x-large;
    font-weight: bold;
    border:2px solid black;
    background-color: rgb(176, 200, 204);
    cursor: pointer;
    border-radius: 10px;
    align-self: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    
}

.index-body{
    display: flex;
    justify-content: center;
    align-items: center;
    height:100vh;
    background-image: url(photography-website\photos\aff0cc0b-ff8a-4106-9414-fdc453f9e5af.JPG);
    background-size: cover;
    background-position: center;
    margin: 0;
    flex-direction: column;
    min-height: auto;
    

}

footer{
    text-align: start;
    font-size: small;
}

h1{
    text-align:center;
    font-family: 'Times New Roman', Times, serif;
    font-size: xx-large;
}
.home-body{
     background-color: rgb(203, 210, 212);
}
.Biography{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    align-items: center;
    padding: 20px;
    margin-top: 120px;
    
}
.bio{
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
#gallery-title{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
    margin-top: 20px;
}
.gallery-grid{
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 30px;
    padding: 20px;
    margin: 20px;
}
#cancun-landscape{
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
h3{
    margin-left: 30px;
}
form{
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: 0 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    align-content: flex-start;
}
.form{
    margin:30px;
    font-size: large;
}
#home-footer{
    background-color: rgb(234, 246, 248);
    padding: 10px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    opacity: 0.9;
    font-size: small;
}
.socials{
    text-align: right;
    font-size: small;
    margin-right: 20px;
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
    
}
header{
    background-color: rgb(234, 246, 248);
    padding: 10px;
    margin-bottom: 500px;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top:0;
}