#conte{
    display: flex;
    align-items: center;
    padding-left: 10%;
  
}

#registroconte{
    display: block;
    flex-direction: column;
    
}

#registroregconte{
    border-radius: 10px;
    background-color: rgba(233, 168, 27, 0.76);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
    cursor: pointer;
    font-size: 50px;
    padding: 10px 10px;
    padding-top: 5px;
    padding-bottom: 15px;
    margin: 10px auto;
    box-shadow: 1px 1px 8px rgb(255, 255, 255);
    margin-top: 60px;

}
    
#registroregconte:hover{

    background-color: #c28222c7;
    transition: background-color 0.5s;
    text-shadow: 1px 1px 5px rgba(37, 37, 37, 0.63);
    transition: text-shadow 0.5s;
    
}

#eslogan{
    display: block;
    flex-direction: column;
    color: rgba(236, 180, 57, 0.863);
    text-shadow: 2px 2px 5px rgba(216, 150, 9, 0.63);
    font-size: 50px;
    text-align: center;

}

#bienvenida {
    display: block;
    flex-direction: column;
    text-align: center;
  color: #e0e0e0;
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 200px;
  margin-right: 200px;
  line-height: 1.6;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  
}
