#hero{
    color: #494b57;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: 20px;
    margin-left: 70px;
    margin-right: 70px;

}

.home-title{
    justify-content: center; 
    font-family: 'Times New Roman', Times, serif;
    display: flex;         
    gap: 20px;             
    width: 100%;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    grid-column: auto;
    

}

h1{
    justify-content: center; 
    display: flex;   
    font-size: 65px;      
    gap: 20px;             
    width: 100%;
    font-family: 'Times New Roman', Times, serif;;
    padding-bottom: 0px;
}

p{
    font-size: 30px;
    font-family: Arial,sans-serif;
    padding: 70px;
    padding-top: 0px;


}

header {
    background-color: #384e58;
    color: white;
    padding-top: 30px;
    text-align: center;
    font-size: 35px;

}


nav {
    font-style: bold;
    font-size: 35px;
    list-style: none;
    padding: 10px 40px;
    padding-top: 0px ;
    padding-bottom: 30px;
    display: grid;
    align-content: center;
    align-items: center;
    gap: 30px;
    grid-template-columns: 200px 1fr 1fr 1fr;
}

.logo{
width: 130px;
align-content: center;
padding-bottom:0px ;
padding-top: 0px;
}

nav a {
    text-decoration: none;
    color: white;
}


main {
    display: grid;
    gap: 30px;
    padding: 20px;
}


img {
    width:100%;
    height: auto;
}



#reception-details {
    display: grid;     
    grid-template-columns: 1fr 1fr 1fr ;      
    gap: 40px;  
    padding: 80px; 
    margin: 0 auto;
}

.reception-items {
    color: #494b57;
    width: 200px;
    margin-top: auto;
}

#form {
    text-align: center;
    font-family: sans-serif;
    max-width: 400px;
    margin: 0 auto;
}

.form-row {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    margin-bottom: 10px;
    text-align: right;
    gap: 10px;
}

input, textarea {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}


table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    border: 1px solid rgb(84, 127, 48);
    padding: 8px;
}


footer {
    background-color: #444;
    color: white;
    text-align: center;
    padding: 15px;
}

