nav {
  padding: 15px;
  background-color:maroon;
  margin: 10px 10px 0 10px;
  border-radius: 15px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

nav ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
nav ul li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  border-radius: 15px;
}



.container {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content {
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#content img {
    width: 50%;
    border-radius: 15px;
}
button{
    padding: 10px 40px;
    border: none;
    border-radius: 10px;
    background-color: white;
    box-shadow: 1px 10px 20px #babecc,
               -10px -10px 20px #ffffff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
button:hover{
    background-color: maroon;
    transition: .3s ease;
    color: white;
    border: none;
}


nav {
  padding: 15px;
  background-color:maroon;
  margin: 10px 10px 0 10px;
  border-radius: 15px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

nav ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
nav ul li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  border-radius: 15px;
}



.container {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content {
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#content img {
    width: 50%;
    border-radius: 15px;
}
button{
    padding: 10px 40px;
    border: none;
    border-radius: 10px;
    background-color: white;
    box-shadow: 1px 10px 20px #babecc,
               -10px -10px 20px #ffffff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
button:hover{
    background-color: maroon;
    transition: .3s ease;
    color: white;
    border: none;
}


