* {
  font-family: "Montserrat";
}

.header {
  display: flex;
  align-items: center;
  flex-direction: column;
}

a:hover {
  background-color: #3181e9;
  transform: scale(1.05);
  color: white;
  border: solid 2px transparent;
}

a {
  background-color: white;
  color: black;
  padding: 15px 32px;
  font-size: 16px;
  border: none;
  border: solid 2px black;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  font-weight: bolder;
}

.head_text {
  text-align: center;
  font-size: 36px;
}

.content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.img {
  width: 250px;
  height: 250px;
  margin-bottom: 10px;
}

.equip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: solid 5px black;
  border-radius: 10px;
  padding: 10px;
  margin: 5px;
}
