html{
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0px;
}
.Gano{
    background-color: green;
}
.Perdio{
    background-color: red;
}
body{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color:#D9043D;
}
.Container-Score{
    width:100%;
    height: 12%;
    display: flex;
    justify-content: center;
    padding: 20px;
}
.Score{
    background-color: #FFFFFF;
    border-radius: 42px;
    width: 600px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.points{
    width: 50px;
    height: 50px;
    border: black 4px solid;
    border-radius: 100px;
    margin-right:15px ;
}
.Container-cards{
    width: 900px;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 42px;
    padding: 20px;
}
.Cards-title, .Cards-title1{
    color: #CF962A;
}
.Result-Machine{
    color: #D9043D;
    margin-left: 8px;
    margin-right: 8px;
    width: 150px;
    
}
.Cards-title1{
    display: flex;
    flex-direction: row;
}
.Cards-Box{
    width: 900px;
    height: 400px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
}
.Cards{
    cursor: pointer;
    background-color: #D9043D;
    width: 200px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin-right: 30px;
}
.Cards-hands img{
    width: 205px;
    height: 152px;
}
.Cards-name{
    color: #FFFFFF;
    width: 100%;
    display: flex;
    justify-content: center;

}
.ModalExercise1{
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.356);
}
.ModalExercise2{
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.356);
}
.ModalExercise3{
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.356);
}
.ModalBox{
    width: 700px;
    height: fit-content;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 42px;
}
.Modal-title{
    color: #CF962A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Exercise-title{
    color: #CF962A;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Modal-Exercise{
    width: 600px;
    border-radius: 15px;
    border: solid #D9043D 2px;
    height: fit-content;
    padding: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ExcercisePure{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 600px;
    height: 200px;
}
.Lane{
    width: 10px;
}
.ExcerciseProblem{
    width:250px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
    border: solid #D9043D 2px;
    border-radius: 15px;
    margin: 0 0 0 30px;
}
.DivCoeficient{
    overflow: hidden;
    width: 70%;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    flex-flow: wrap row;
}
.DivCoeficient p{
    text-align: center;
    margin: -10px 20px -10px 0;
    width: 30px;
    height: 30px;
    background-color: #D9D9D9;

}
hr{
    transform: rotate(90deg);
    border:1px dashed #D9043D;
    width: 180px;
    position: relative;
    top: 90px;
    left: -95px;
}
.Divequality{
    overflow: hidden;
    width: 30%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-flow: wrap row;
   
}
.Divequality p{
    margin: -10px 20px -10px 0;
    width: 30px;
    height: 30px;
    background-color: #D9D9D9;
    text-align: center;
}
.ExerciseSolution{
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.Solution_X-Y-Z_{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: #CF962A;
}
.Gauss-Jordan-form{
    margin-bottom: 20px;
}
.ExerciseSolution form{
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 28px;

}

.Gauss-Jordan-form{
    
    width: 60px;
}
.Modal-Button{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Button-Modal{
    border-radius: 12px;
    background-color: #D9043D;
    color:#FFFFFF;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 25px;
}
.visto{
    display: flex;

}