*{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: "Montserrat", sans-serif;
    margin: 0;
    background-color: #0d0f14; 
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    
}



h1,p{
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin: 0;
    
}

span{
    color: #fee122;
}

#title{
    letter-spacing: 2px;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.render-container{
    max-width: 1000px;
    margin: auto;
    margin-top: 150px;
    
}

.render-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-wrap{
    background-color: #18181b;
    border: 1px solid #27272a;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
}


.search-container{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.search-container label {
    margin-bottom: 5px; /* Ajusta el espacio entre los labels y los inputs */
}

.search-container input{
    background-color: #171717;
    border: 1px solid #27272a;
    border-radius: 10px;
    width: 400px;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}




.options-container{
    display: flex;
    justify-content: start;
}

.options-container label{
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-top: 10px;
}

.options-container option{
    background-color: #171717;
    border: 1px solid #27272a;
    border-radius: 10px;
    
}


.options-container select{
    background-color: #171717;
    border: 1px solid #27272a;
    border-radius: 10px;
    width: 100px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    margin: 5px 0; /* Ajusta el margen vertical */
}

.option-group1, .option-group2, .option-group3 {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    
    
}

.option-group2 select{
    width: 160px;
    
}


.option-group1 select, .option-group3 select{
    width: 105px;
    cursor: pointer;
    
}

.option-group1 select:hover, .option-group2 select:hover, .option-group3 select:hover{
    background-color: #4b4b4b;
    
    
    
}



#searchbtn{
    padding: 10px 20px;
    background-color: #171717;
    color: #ffffff;
    border: 1px solid #27272a;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: bold;
    width: 100px;
    margin-left: 10px;
}

#searchbtn:hover{
    background-color: #272727;

}


#image-container{
    
    margin-top: 50px;
    text-align: center;
    margin-bottom: 100px;
    
    
    
}




/* CONTAINER3 */

.container3{
    background-color: #121415;
    border-bottom: 1px solid rgba(255, 255, 255, 0.219);   
   

   
   
    
}

.discordhero{
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    height: 300px;
}

.discordhero h1{
    margin: 0;
    margin-bottom: 15px;
}

#h1text{
    color: #7289d7;
}

#btndiscord{
    padding: 15px 40px;
    background-color: #7289d7;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: bold;
    margin-right: 300px;
    text-decoration: none;
}



.discordcards{
    display: flex;
   
}



#card2{
    border-radius: 50px;
    
    
    
    
}


/* CONTAINER3 */



