.navbar {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
}

.navbar a {
  font-size: 16px;
  color: Black;
  padding: 20px;
  text-decoration: none;
}

.hero{
    width: 100%;
    height: min-content;
}

body{
    font-family: Roboto;
}


.title{
    text-align: center;
    font-size: 56pt;
    color: white;
}

.heroContainer{
  position: relative;
  text-align: center;
  margin-bottom: 5em;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 5%;
}

.container img{
  object-fit: cover;
  width: 430px;
  height: 640px;
}

h1{
  margin-left: 2.5em;
}

.box{
background-color: grey;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
height: 300px;
margin-left: 55px;
margin-right: 55px;
}

.box button{
  width: 100px;
  height: 50px;
}

.button{
  background-color: blue;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}