.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

h1 {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 75px;
    
}

.header-one {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 27px;
    color: #014e6b;
    
}

.central-bio {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 30px;  
}


.bio {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
}

.bio-footer {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
}

.font {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
}

.fontTwo {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 40px;
}

.fontThree {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
}

.pricing {
    padding: 30px;
}

.menu {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 25px;
}

.heading {
    display: flex;
    justify-content: center;
}

.text-input {
    background-color: #faf1e6;
    border: none;
    padding: 12px 20px;
}

.btn {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 25px;
}
