* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-image: url("images/pillars2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body {
  min-height: 100vh;
  line-height: 1.25;
  font-family: "Balsamiq Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2 {
  font-family: "Bagel Fat One", system-ui;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.about-brick,
.portfolio,
.contact-text,
.home-intro {
  background-color: #000000bf;
  color: white;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 600px;
  margin: 0 auto;
  justify-content: center;
  justify-items: stretch;
  text-align: center;
}

.about-brick p,
.home-intro p,
.quote {
  padding: 0.25rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.about-brick h1,
.about-brick h2 {
  background-color: #0b2050bf;
  color: white;
  padding: 0.25rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.home-intro h1 {
  background-color: #1a3a3abf;
  color: white;
  padding: 0.25rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

form {
  display: grid;
  gap: 0.5rem;
}

label {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

figure {
  background-color: #c9650880;
  margin: 1rem;
}
