body {
    font-family: sans-serif;
    background-color: #f0f2f5;
}

.config-container {
    display: flex;
    max-width: 1200px;
    height: 800px;
    margin: 20px auto;
    justify-content: start;
    border-radius: 8px;
}

.config-menu {
    margin: 2rem;
    width: 500px;
}
.config-menu img{
    width:70px;
    height: 70px;
}
.config-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.config-menu ul li{
    margin: 1.6rem 0 1.6rem 0;
}
.config-menu ul li a{
    text-decoration: none;
    color: black;
    padding: 1rem;
}
.config-menu ul li a:hover{
    background-color: #f0f2f5;
    border-radius: 5px;
}
.config-header{
    display: flex;
    align-items: center;
    gap:2rem;
    background-color: white;
    padding: 1rem;
    margin-bottom: 1rem;
    
}
.config-header-text{
    background-color: white;
    padding: 1rem;
    height: 590px;
}
.config-content{
    margin-top: 32px;
    margin-right: 32px;
}
.content{
    background-color: white;
    padding: 0.8rem;
    margin-bottom: 1rem;
}
.options{
    background-color: #f0f2f5;
    padding: 1.5rem;
    height: 575px;
}
.btn-general{
    background-color: #1487BF;
    border: none;
    border-radius: 15px;
    height: 2.5rem;
    cursor: pointer;
    place-items: center;
    justify-self: center;
}
.btn-general a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    width: 9rem;
}
.alertas-div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 2rem;
}
.alertas-div img{
    width: 70px;
    height: 70px
}
.texture-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
.color-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
.btn-continuar{
    background-color: #1487BF;
    border: none;
    border-radius: 15px;
    height: 2.5rem;
    cursor: pointer;
    place-items: center;
    justify-self: center;
    margin-left: 40%;
}
.btn-continuar a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    width: 10rem;
}