.big{
  font-size: 150px;
  color: rgb(255, 0, 0);
  margin-left: 85px;
}
.menu {
  display: flex;
  justify-content: center;
  gap: 200px;
  margin-top: 100px;
}
.color{
  color: rgb(0, 255, 30);
  margin-right: -20px;
  font-size:30px ;
  width: 153px;
  height: 100px;
  border: 3px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.color1{
  color: rgb(0, 0, 0);
  font-size:30px ;
  width: 153px;
  height: 100px;
  border: 3px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.image{
  margin-top: 50px;
  margin-left: 300px;
  width:800px;
  height: 1200px;
  border: 3px solid #7700ff9a;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.image1{
  width:200px;
  height: 200px;
}
.box{
  display: flex;
  align-items: center;
}
.caption {
  font-size: 24px;
  margin-left: 30px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 80px;
}
.color2{
  font-size: 24px;
  margin-top: 300px;
  color: #000000;
}