* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.textlogo {
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-right: auto;
    color: white;
}

li, a, button {
    font-family: cursive;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    color: white;
}

header {
    background-color: brown;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 10%;
}

.nav_links {
    list-style: none;
}

.nav_links li {
    display: inline-block;
    padding: 0px 20px;
}

.nav_links li a {
    transition: all 0.3s ease 0s;
}


button {
    padding: 9px 25px;
    background-color: #D35400;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    color: antiquewhite;
}

.hero{
    display: flex;
    margin: 0 100px;
}

.hero-container{
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.hh1, .ph{
    margin:20px 0 ;
}

.hero-cta {
    margin: 20px;
}

.about-burger {
    display: flex;
    align-items: center;
    margin: 90px;
}

.aimg{
    margin: 0 60px;
}

.h3txt {
    margin: 20px 0;
}

