*{
    margin: 0;
    border: 0;
    padding: 0;
}

body{
    background-color: #C79CA3;
}

.nav-bar{
    display: flex;
    justify-content: center;
    text-align: center;
}

.nav-bar img{  
    width: 40%;
    height: 40%;
    padding-top: 1.5rem;
}

.btn{
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 1.5rem;
}

button{
    display: flex;
    background-color: #EEE1E2;
    color: #fff;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    border-radius: 1.2rem;
    width: 40%;
    justify-content: center;
}

button:hover {
    box-shadow: 0 10px 15px -3px #6666664f, 0 4px 6px -2px #6b6b6b17;
}

a{
    text-decoration: none;
    color: #fff;
}

.redes{
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 4rem;
    gap: 1rem;
}

@media (min-width: 280px) and (max-width:800px){
    .nav-bar img{  
        width: 90%;
        height: 90%;
    }

    button{
        display: flex;
        background-color: #EEE1E2;
        color: #fff;
        align-items: center;
        text-align: center;
        justify-content: center;
        gap: 0.75rem;
        font-size: 1rem;
        font-weight: 500;
        padding: 0.75rem 1.5rem;
        border-radius: 1.2rem;
        width: 70%;
    }

    .btn{
        display: flex;
        justify-content: center;
        text-align: center;
    }
}
