@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

#section-login {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    border: solid black;
    background-color: white;
    margin: 200px 700px 0 700px;
    border-radius: 10px;
    margin-top: 100px;
}
#section-cadastro {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    border: solid black;
    background-color: red ;
    margin-left: 785px;
    margin-right: 785px;
    border-radius: 10px;
    margin-top: 100px;
}


#logo {

    width: 150px;
    height: 150px;

}

#logo1 {

    width: 100px;
    height: 100px;

}

#us & #senha {
    border-radius: 5px;
}

body {
    background-color: red !important;
}

#section-login h1{
    text-align: center;
}
#section-login input{
    width: 100%;
}
/* Formulário de cadastro*/
#section-cadastro{
    /* padding: 5px; */
    text-align: center;
    background-color: #fff;
}
#form-cadastrar{
    padding: 50px;
    display: none;
}

form .btn.btn-outline-success:hover {
    background-color: red !important;
    color: white !important;
    border-color: red !important;
}

form .btn.btn-outline-success {
    color: red !important;
    border-color: red !important;
}

#section-vendidos img{
    width: 400px;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
    margin-left: 32px;
    margin-top: 20px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

#section-vendidos{
    text-align: center;
}
#section-vendidos h2{
    font-weight: bold;
    padding: 20px;
}

#section-vendidos .card{
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
#section-vendidos .preco{
    color: #f5d020;
    font-size: 18px;
    font-weight: bold;
}

#footer{
    background-color: white;
    padding: 10px;
    text-align: center;
    color: black;
    font-size: 15px;
    border-top: 5px;
}

html {
  scroll-behavior: smooth;
}

