@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

 body {
    font-family : "Outfit";
    margin : 0;
    padding : 0;
}
header{
    background-color :#121481;
    width : 100%;
    height : 200px;
    display : flex;
    justify-content: center;
    align-items: center;
}
 
header img {
    height : 200px;
}

header p {
    color : #FFC94A;
    font-weight : 900;
    font-size : 60px;
    padding : 5px;
}

.formun{
    background-color :#FFC94A;
    font-size : 18px;
    font-weight : bold;
    padding : 2px;
    display : flex;
    justify-content: center;
    align-items: center;
}
.input{
    color : white;
    border:1px #1E0342;
    border-radius: 50px;
    width : 20%;
    height : 40px;
    background-color : #1E0342;
    font-weight : bold;
}
.inputun {
    background-color : #1E0342;
    color : white;
    width : 20%;
    height : 40px;
    border-radius: 50px;
    font-weight : bold;
}


.formdeux{
    border-radius: 50px;
    border:1px #F39F5A;
    background-color :#FB6D48;
    width : 50%;
    margin : 20px;
    margin-bottom : 20px;
    padding :20px;
   
}
.formdeux form{
    width: 100%;
}
label,h3{
    font-weight : bold;
    margin : 10px;
}
h3{
   margin : 20px;
}

form input {
    margin : 20px;
    border:1px #FEFAF6;
    border-radius: 50px;
    width : 70%;
    height : 40px;
    background-color : #FEFAF6;
    font-weight : bold;
    
}

table{
    border-collapse: collapse;
    margin: auto;
    border:1px #6895D2;
    border-radius: 50px;
    
}

td, th {
    padding: 15px;
    border:1px #6895D2; 
    background-color : #6895D2;
}


.inputdeux{
    border:1px #F39F5A;
    border-radius: 50px;
    width : 15%;
    height : 40px;
    background-color : #F39F5A;
    font-weight : bold;
   
}
