body {
    font-family: Arial, sans-serif;
    background-color: #BAE0A1;
    color: #3E2A1C;
    text-align: center;
    margin: 0;
    padding: 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #84C292;
    padding: 20px 10px;
}

#nav-logo {
    height: 50px;
    width: auto;
}

.nav-links a {
    color: #704622;
    text-decoration: none;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 5px;
}

.side-bar {
    list-style: none;
}

.side-bar a {
    text-decoration: none;
    color: #704622;
    font-weight: bold;
    transition: color 0.3s ease;
  }
  
  .side-bar a:hover {
    color: #987251;;
}

#main {
    background-color: #BAE0A1;
    padding-bottom: 2em;
}

.main-heading {
    font-size: 70px;
    font-weight: bold;
    color: #78573d;
    text-align: center;
}

.section-title {
    font-weight: bold;
    color: #78573d;
}

.subtitle {
    font-size: 24px;
    font-weight: bold;
    color: #ce8954;
}

.statement {
    font-size: 35px;
    font-weight: bold;
    color: #704622;
}

.announcement-bar {
    background-color: #78573d;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 35px;
}

.description {
    font-size: 20px;
    margin: 20px 0;
    display: block;
    text-align: center; 
    margin-top: 10px;
}

.highlight {
    background-color: #F5D491;
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
    font-weight: bold;
    font-size: 25px;
    border: 1px #78573d solid;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.flyer-img {
    width:37em;
    border-radius: 10px;
    display: flex;
    align-content: center;
}

.iphone-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

.iphone-container {
    width: 300px;
    height: 600px;
    border-radius: 40px;
    border: 10px solid black;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    display: flex;
    align-items: center;
  }
  
  .iphone-display {
    background-color: #f8e9ad;
    width: fit-content;
    border-radius: 30px;
    padding: 70px;
  }
  .app-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }  

footer {
    font-size: 14px;
    background-color: #78573d;
    color: white;
}

.team-img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
}

.team-role {
    font-style: italic;
}
  
  