body {
  margin: 0;
}

.logo {
  display: flex;
  justify-content: center;
  padding-top: 3%;
}

.title {
  display: flex;
  justify-content: center;
}

h1 {
  background-color: black;
  color: white;
  font-size: 20px;
  font-family: 'Poller One';
  font-weight: normal;
  text-transform: uppercase;
  padding: 12px;
  text-align: center;
  width: fit-content;
  margin: 0;
}

.why {
  border: 2px solid black;
  text-align: center;
  margin: 15px;
}

.country {
  border: 2px solid black;
  text-align: center;
  margin: 15px;
}

.brothers {
  border: 2px solid black;
  text-align: center;
  margin: 15px;
}

h2 {
  text-transform: uppercase;
}

#blogs img {
  height: 350px;

}

button {
  color: white;
  background-color: black;
  padding: 5px 40px;
  margin: 10px;
  font-size: 20px;
  font-weight: bolder;
  text-transform: uppercase;
}

footer {
  border: 1px solid black;
  background-color: black;
  background-size: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.socials {
  display: flex;
  flex-direction: row;
}

ion-icon {
  font-size:25px;
  border: 2px solid white;
  color: white;
  padding: 8px;
  display: flex;
  margin-left: 20px;
  justify-content: center;
  align-items: center;
}

h3 {
  font-size: 15px;
  text-align: center;
  font-weight: normal;
}

a:link {
  color: white;
  text-decoration: none;
}

a:visited {
  color:grey;
}

@media (min-width: 599px) {
  h1 {
  display: flex;
  justify-content: center;
  font-size: 35px;
  margin-bottom: 20px;
  }

  .why {
    display: flex;
    margin-left: 25%;
    margin-right: 25%;
    }

  .why img {
      border-right: 2px solid black;
    }

  .country {
    display: flex;
    margin-left: 25%;
    margin-right: 25%;
  }

  .country img {
    border-right: 2px solid black;
  }

  .brothers {
    display: flex;
    margin-left: 25%;
    margin-right: 25%;
  }

  .brothers img {
    border-right: 2px solid black;
  }

  h2 {
    display: block;
    font-family: "Arial Black", Gadget, sans-serif;
    text-transform: uppercase;
    align-items: center;
  }

  p {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
  }

  button {
    height: 33px;
    padding: 0% 5%;
    font-size: 18px;
    font-family: "Arial Black", Gadget, sans-serif;
  }

  footer {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    height: 100px;
  }

  #header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .logo {
    padding-top: 3%;
  }

  .navbar {
    width: 30%;
    padding: 1.5%;
  }

  ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  li {
    list-style: none;
  }

  .navbar a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-family: "Arial Black", Gadget, sans-serif;
    text-transform: uppercase;
  }

  #header ul li a:hover, #header ul li.selected a {
    color: #0ba39c;
  }
}