body {
    margin: 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Header {
    flex: 1;
  background-color: #1F2937;
  padding: 16px 32px;
  gap: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}

a {
    text-decoration: none;
    font-size: 18px;
    color: #E5E7EB;
    margin: 15px;
}

ul {
   list-style: none;
   display: flex;
   align-items: flex-end; 
   gap: 20px;
}

.Hero {
    flex: 1;
    background-color: #1F2937;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    gap: 20px;
}

button {
    background-color: #3882F6;
    color: #F9FAF8;
    padding: 8px 16px;
    font-size: 18px;
    
}

h1 {
    font-size: 48px;
    font-weight: bolder;
    color: #F9FAF8;
}

.left {
    color: #E5E7EB;
    font-size: 18px;
    padding: 16px 32px;
    margin-left: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.Right {
    padding: 8px 16px;
}

.Informational {
    flex: 1;
    color: #1F2937;
    padding: 16x 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

h2 {
    font-size: 36px;
    font-weight: bolder;
}

.Container {
    flex: 1;
    padding: 16px 32px;
    display: flex;
    gap: 150px;
}

.info {
    font-size: 18px;
    max-width: 100px;
}

.Testimonial {
    background-color: #e5e7eb;
    padding: 16px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qoute {
    font-size: 36px;
    font-style: italic;
    font-weight: lighter;
    color: #1f2937;
    padding: 16px 32px;
}

.author {
    font-size: 18px;
    font-weight: bolder;
    color: #1f2937;
    padding: 16px 32px;
    align-self: flex-end;
}

.CTA {
    background-color: #3882F6;
    margin: 100px 200px;
    padding: 16px 32px;
    color: #E5E7EB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy {
    font-size: 18px;
}

.title {
    font-size: 25px
}

.ctaleft {
    padding: 16px 32px;
}

.ctaright {
    padding: 16px 32px;
}

.inverted {
    flex: 1;
    border-color: #E5E7EB;
    width: 200px;
    height: 50px;
}

.Footer {
    flex: 1;
    padding: 16px 32px;
    background-color: #1F2937;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
   
}

.content {
    color: #E5E7EB;
    font-size: 18px;
}