body{
    margin: 0;
    padding: 0;
    background: #003049;
}

header{
    position: sticky;
    top: 20px;
    text-align: center;
    background: transparent;
}

form {
    text-align: center;
    margin: 0;
    max-width: 40%;
    padding: 30px;
    background: #f77f00;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 5px solid #fcbf49 ;
}

legend{
    text-align: center;
    font-size: 20px;
    font-family: Arial;
    color: white;
    display: block;
    padding: 10px;
}

label{
    font-size: 20px;
    font-family: Arial;
    color: white;
    display: block;
    padding: 10px;
}

button {
    width: 50%;
    background: #d62828;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

select{
    width: 20%;
    background: #003049;
    color: #fcbf49;
    padding: 6px;
    border: none;
    border-radius: 8px;
}

textarea{
    font-family: Arial;
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    color: #fcbf49;
    background: #003049;
    box-sizing: border-box;
}

input{
    font-family: Arial;
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    color: #fcbf49;
    background: #003049;
    box-sizing: border-box;
}

.home-img{
    background-image: url(resources/img/image.png);
    width: 99vw;
    height: 100vh;
    background-size: 100% auto;
}

.head-content{
    background-color: transparent;
    display: inline-block;
}

.head-container{
    color: #FCBF49;
    text-shadow: 1px 1px 10px black;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    padding: 16px 82px 16px 83px;
    border: 3px solid #FCBF49;
    border-radius: 8%;
    background: #0A234A;
}

.modif-title{
    margin-top: 30px;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 10px black;
    color: #d62828;
    font-size: 120px;
    text-decoration: underline;
}

.modif-title-review{
    margin-left: 13%;
    font-family: Arial;
    color: #FCBF49;
    display: block;
}

.modif-subtitle{
    text-shadow: 1px 1px 10px black;
    margin-top: -110px;
    text-align: center;
    color: #fcbf49;
    font-size: 45px;
}

.modif-video{
    margin-left: 22%;
    margin-top: 2%;
    text-align: center;
}