html {
    background-color:rgb(110, 88, 83);
}

h1 {
    padding: 2rem;
}

article {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
}

body {
  background-image: url(background-manor.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

main {
    margin-top: 5rem;
    margin-bottom: 7rem;
    display: grid;
    grid-template-rows: 0fr, 0fr;
    row-gap: 4rem;
    text-align: center;
    justify-content: center;
}