body {
  background-image: url(./backgroundrocks.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  max-width: 760px;
  margin: 0 auto;
}
.card {
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
  padding: 1rem;
}
h1 {
  font-size: 50px;
  margin-bottom: 0%;
}
h4 {
  margin-top: 0%;
}
h3 {
  font-size: 25px;
  text-decoration: underline;
}
img {
  border-radius: 50%;
}
.text1 {
  max-width: 60ch;
}
.flexbox-container {
  display: flex;
  align-items: center;
}
.flexbox-item {
  margin: 10px;
  border: 3px;
}
.flexbox-item-1 {
  max-height: 200px;
  max-width: 200px;
}
.flexbox-item-2 {
  min-height: 200px;
}
