@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body{
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

h1{
    font-family: outfit;
    padding-left: 20px;
    color: white;
    font-weight: 500;
}
h2{
    padding-top: 10%;
    padding-left: 5%;
    font-family: outfit;
    font-weight: 600;
    font-size: 2em;
}
hr{
    width: 90%;
    border-top: 1.5px solid rgb(112, 112, 112);
    
}

.Title_form{
    text-align: center;
    color: black;
    font-weight: bold;
}
.Support-form{
    width: 70%;
    margin: auto;

}
fieldset{
    border: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
label{

font-family: 'Outfit';
font-style: normal;
font-weight: 600;
font-size: 35px;
line-height: 44px;
padding-bottom: 10px;

color: #000000;

}

select{

width: 100%;
height: 65px;

background: #FFFFFF;
border: 1px solid #000000;
border-radius: 20px;
padding: 20px;
font-family: 'Outfit';
font-size: 15px;

}
textarea{
    width: 100%;
    height: 300px;

    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 20px;
    font-family: 'Outfit';
    font-size: 15px;
}
.submit-button{
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
input[type="submit"]{

width: 239px;
height: 78px;

background: #FF2C2C;
border-radius: 15px;
border: 0;

font-family: 'Outfit';
font-style: normal;
font-weight: 600;
font-size: 30px;
text-align: center;

color: #FFFFFF;

}
.footer{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #ff2c2c;
    width: 100%;
    height: 40%;
    color: #ffffff;
    border-color: #ff2c2c;
    border: 2px;
}
h5{
    font-size: 1.5em;
    font-family: outfit;
    font-weight: 400;
}
a{
    text-decoration: none;
    color: black;
}