* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
}

nav {
    display: flex;
    justify-content: space-between;
    background-color: #f2f2f2;
    width: 100%;
    align-items: center;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.445);
}

.menuheader {
    display: flex;
    margin: 15px;
}

a {
    cursor: pointer;
}

.logo {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 10px 0 0 50px;
    cursor: pointer;
}

.menuburguer {
    margin-top: 3px;
}

.initial-button {
    border-radius: 33px;
    justify-content: center;
    height: 40px;
    width: 200px;
    font-weight: 750;
    text-decoration: none;
    border-style: none;
    margin-right: 3%;
    cursor: pointer;
    background-image: linear-gradient(to left, rgb(212, 212, 2) 20%, yellow);
}

.initial-button:hover {
    box-shadow: 1px 1px 1px 1px lightslategray;
    ;
    background-color: rgb(233, 233, 0);
}

footer {
    display: flex;
    justify-content: space-between;
    background-color: #FF914D;
    height: 200px;
    align-items: center;
    flex-direction: column;
    height: 32vh;
}

#address {
    margin-bottom: 32px;
}

.div-saiba-mais {
    margin: 20px 0 26px 0;
}

#saiba-mais {
    font-weight: 600;
}

.sociais img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.download-stores {
    width: 150px;
    height: 50px;
}
  

  

