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



body {
    /*background-color: #f7f7f7;*/
    background-color: rgb(255,119,0, .7);
    color: #ffffff;
    font-family: "poppins", times, serif;
}

.header{
    display:flex;
    justify-content: center;
    align-items: center;
}


.header{
    display:flex;
    justify-content: center;
    align-items: center;
}


.hero{
    

}


.hero__title{
    text-align: center;
    padding: 1rem;
}


.hero{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.hero__app-screen-shots{
    display: flex;
    justify-content: center;
}


.hero__app-screen-shots img{
    height: 35vh;    
}


.hero__store-buttons{
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.hero__store-buttons img{   
    width: 7rem;
    height: 7rem;      
}


.footer{
    display: flex;
    width: 100%;
}

.footer__hr {
 width: 100%;
}
