:root {
  --primary-color: #6c63ff;
  --secondary-color: #f5f2fe;
  --box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  --font-family: "Inter", sans-serif;
}

body {
  margin: 60px auto;
  max-width: 100%;
  font-family: var(--font-family);
}

.content {
  max-width: 85%;
  margin: 0 auto;
  padding: 10px 30px;
  background: white;
  border-radius: 10px;
}
.nav-logo-text {
  font-family: var(--font-family);
  font-weight: 900 !important;
}

h1,
h2,
h3 {
  text-align: center;
  margin: 0;
}

h1 {
  font-size: 100 px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 24px;
  opacity: 0.7;
}

p {
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}

.logo {
  max-width: 50px;
}

.screenshot {
  max-width: 250px;
}

.navigation-links {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}

.navigation-links a {
  margin: 20px;
  border-radius: 4px;
  padding: 20px 15px;
  text-decoration: none;
  text-transform: capitalize;
}

.contact-link {
  background: black;

  color: white;
  border-radius: 12px !important;
}

.about-link {
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.4);
  
  border-radius: 12px !important;
}

.homepage-link {
  color: var(--primary-color);
  text-align: center;
  display: block;
}

.about-paragraphs {
  display: flex;
  margin: 30px 0;
}

.about-paragraphs p {
  margin: 10px;
}

.email-link {
  display: flex;
  justify-content: center;
  color: var(--primary-color);
  font-size: 28px;
  text-decoration: none;
}

.email-link:hover {
  text-decoration: underline;
}
.about-me-text {
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 900px) {

  .descriptions {
    text-align: center;
  }
  .navigation-links {
    text-align: center;
  }
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 25px !important;
  }
  .about-me-text {
    width: 100% !important;
    padding: 10px !important;
    text-align: center !important;;
  }
  .app-card{
    margin-bottom: 10px;
  }
  .lc-button{
    width: 100% !important;
  }
  .footer-icons{
    justify-content: center !important;;
  }
}

.hero {
  padding-top: 100px !important;
}

.hero h1 {
  font-weight: 700;
  font-size: 55px;
}
.hero p {
  background-color: white;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

h2 {
  font-weight: 700 !important;
  font-size: 40px !important;
}

.lc-photos{
  max-width: 286px !important;
}

.ellie-solo-music-img{
  height: 281px !important;
}

.footer-container{
  width: 100% !important;
}
.footer-name{
  font-weight: 700 !important;
  font-size: 20px !important;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.footer-c{
  
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  
}
