https: //www.youtube.com/shorts/NoT1coedhSg?feature=share');


*{
  box-sizing: border-box;
}

body{
  margin: 0;
  font-family: "Monoton" sans-serif;
  font-weight: 400;
  font-style: normal;
}


.page {
  border: 4px solid black;
  padding: 10px;

}

.navbar {
  
    padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img { 
   width: 140px;
}

.nav-links {
display: flex;
gap: 10px;

}

.nav-item {
}

.hero {;
  padding: 10px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center; 
}

.hero-text {
  color: orchid;
  font-size: 2rem;
  text-aling: center;

}

.content {
  padding: 10px;
  display: flex;
  gap: 1rem;
  justify-content:space-evenly;

}

.card {border: 4px solid yellow;
  padding: 10px;
  flex: 1;
  border-radius: 15px;
  text-align: center;
}

.card-1 {border: 4px solid black;
  padding: 10px;
}

.card-2 {border: 4px solid black;
  padding: 10px;
}

.card-3 {border: 4px solid black;
  padding: 10px;
}

.Footer {
  padding: 190px;
  text-align: center;
min-height: 200px;


}