body {
    margin: 0;
    padding: 0;
    background-color: #121212;
}
.qualifyer {
    color: #FF6A00;
    font-size: 25px;
}
.welcome {
    color: white;
}
.subheading {
    font-size: 80px;
    color: #ff6a00;
    text-align: center;
    
}
.subheading2 {
    color: white;
    font-style: bold;
    text-align: center;
   
    
}
.copy{
    color: white;
    font-size: 40px;
    text-align: center;
}
button {
    background: #222;
    color: #eee;
    border: none;
    padding: 12px 24px;
    margin: 15px;
    font-size: 1.1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    }

button:hover {
    background: #ff6a00;
    color: #121212;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 159, 28, 0.3);
    }
.btn {
    justify-content: center;
    display: flex;
}
.subcopy {
    color: white;
    text-align: center;
}
.logo {
    position: sticky; bottom: 0;
    float: left;
    max-width: 100%;
    height: 100px;
}
.linkedin {
    max-width: 100%;
    max-height: 100px;
    color: aliceblue;
}

dt {
    color: #ff6a00;
    font-size: 50px;
    text-align: center;
}
dd {
    color: #eee;
    font-size: 30px;
    text-align: center;
}
.faq {
    text-align: center;
}
.team{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ben {
    align-self: center;
    max-width: 100%;
    height: 250px;
    border-radius: 50%;
}
.team-text {
    text-align: center;
}
.name{
    color:#FF6A00;
    font-size: 40px;
}
.position {
    color:#FF6A00;
    font-size: 35px;
}
.description {
    color: #eee;
    font-size: 25px;
}
input {
    background-color: rgb(61, 58, 58);
    border-color: #222;
    text-align: center;
    color: #eee;
    padding: 10px;
    width: 500px;
    max-height: 100%;
    font-weight: bold;
    font-size: large;
    
 
}
.contactform {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactButton {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* screen-reader-only utility (keeps labels accessible) */
.sr-only{
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
@media (max-width:768px){
    h2 {
        font-size: 60px;
    }
    input {
        width: auto;
    }
}
