body {
    background-color: #FAF4ED;
    border: 5px solid #D88C98;
    font-family: "Roboto", sans-serif;
}

#wrapper {
    background-color: #F9F3EC;
    padding: 1px;
}

header {
    background-color: #F9F3EC;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

header img {
    width: 350px;
    height: 150px;
    object-fit: contain;
}

nav ul {
    background-color: #D88C98;
    color: white;
    display: flex;
    list-style-type: none;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    margin: 0;
    padding: 0;
}

nav li {
    width: 180px;
    text-align: center;
}

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

#content {
    padding: 20px;
}

h1 {
    text-align: center;
    font-size: 30px;
    color: #333333;
    margin: 20px;
}

.moto {
    text-align: center;
    font-size: 16px;
    color: #888888;
    margin-bottom: 20px;
}

.main-img {
    display: block;
    margin: 0 auto;
    width: 600px;
    height: 250px;
    margin-bottom: 15px;
    border: 3px solid #D88C98;
}

main p {
    margin-bottom: 20px;
    font-size: 20px;
    color: black;
}

.introduction {
    padding: 15px;
    margin-bottom: 20px;
    background-color: white;
    border: 3px solid #D88C98;
}

h2 {
    font-size: 24px;
    margin: 20px;
    color: #333333;

}

.pphoto {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    background-color: white;
    border: 3px solid #D88C98;
}

.pphoto img {
    width: 200px;
    height: 150px;
    display: block;
}

.contact {
    background-color: white;
    border: 3px solid #D88C98;
}

footer {
    background-color: #D88C98;
    color: black;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
