body{
background-color: #080412;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Cairo', sans-serif;


}



.containner{
    justify-content: center;
    align-items: center;
   background: rgba(255, 255, 255, 0.9);
    color: black;
    padding: 10px;
    height: 590px;
    width: 380px;
border-radius: 20px;

}
.containner h1{
    color: #4a1e8c;
margin-left: 120px;
margin-top: -10px;
}

.containner .title{
    text-align:center;
   
}


.input_box{
    margin: 10px;
text-align: right;
font-weight: bold;
}

.input_box label {
            display: block;
            color: #4a1e8c;
            font-weight: bold;
            font-size: 18px;
        }

.input_box input{
height: 50px;
width: 350px;
margin: 10px;
text-align: right;
font-family: 'Cairo', sans-serif;
font-size: medium;
font-weight: bold;
border: 1px solid rgb(167, 167, 167);
border-radius: 10px;
}





.select_box select{
    height: 50px;
    width: 350px;
    margin-left: 20px;
    margin-top: 15px;
font-family: 'Cairo', sans-serif;
text-align: right;
font-size: medium;
font-weight: bold;
border: 1px solid rgb(167, 167, 167);
border-radius: 10px;
}

.select_box select option:hover{
    background-color: white;
    color: #7d3cff;
    border: 1px solid #7d3cff;
}

.containner button{
    border: none;
    background-color: #4a1e8c;
    height: 50px;
    width: 300px;
    margin-left: 50px;
    margin-top: 40px;
font-family: 'Cairo', sans-serif;
font-weight: bold;
font-size: medium;
border-radius: 20px;
color: white;

}
.containner button:hover{
  transform: translateY(-3px);
 box-shadow: 0 7px 20px rgba(125, 60, 255, 0.5);
}



.choix_box{
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.text {
justify-items: center;
}

.text h3{
color: black;
}

.text a{
text-decoration: none;
color:  #4a1e8c;
}
