body {
  text-align: center;
  margin: 0;
}

.logo {
  padding-top: 3%;
}

li {
  list-style: none;
}

h1 {
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  font-family: 'Poller One';
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px;
  width: fit-content;
}

.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title img {
  width: 450px;
  border: 2px solid black;
  margin: 3%;
}

#details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

h2 {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
}

p {
 line-height: 24px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
}


a:visited {
  color:grey;
}

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

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

h3 {
  font-size: 15px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

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



@media (min-width: 599px) {
  #header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .logo {
    padding-bottom: 1%;
  }

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

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

  .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;
  }

  .title {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  h1 {
    font-size: 30px;
    background-color: black;
    color: white;
    width: fit-content;
  }

  .title img {
    height: 300px;
    width: 600px;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .details {
    text-align: center;
  }

  h2 {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
  }

  p {
    font-size: 14px;
    padding-left: 30%;
    padding-right: 30%;
    margin-top: 0;
    margin-bottom: 30px;
    width: 590px;
  }

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

  }

