nav {
  display: flex;
  justify-content: flex-end;
}

.menu-link {
  color: white;
  padding: 14px 20px;
  border-bottom: 2px solid transparent;
  font-size:  35px;
  text-decoration: none;
}

.menu-link:hover{
  border-bottom: 2px solid #ff5805;
}

header {
  width:100%;
  height: 800px;
  background-image: url('https://assets.newsweek.com/wp-content/uploads/2025/08/2578430-cat-looks-mandarin.jpg');
  background-size: cover;
  background-attachment: fixed;
}

body {
  margin: 0px;
}

h1{
  font-size: 35px;
  text-align: center;
  margin: 100px 0px;
}

.kontener {
  display: flex;
  justify-content: space-around;
  text-align: center;
  flex-wrap: wrap;
}

.info {
  margin: 30px;
  width: 200px;
  height: 200px;
  border-radius: 150px;
  object-fit: cover;
  
}