.contact-title
{
    background-color: rgba(230, 255, 0, 0.7);
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
}
.extra-info
{
    text-align: center;
    margin-top: -15px;
    margin-bottom: 60px;
    color: white;
}
.container-background
{
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background-image: url('/Ignazio/Images/sfondo2.jpg');
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 1px 10px 2px rgb(31, 31, 31);
}

.form-container
{
    width: 40%;
    align-content: top-center;
    height: 800px;
    padding-left: 20px;
    padding-right: 20px;
}

.form
{
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding-right: 5px;
    height: min-content;
}
.name-insert
{
    width: 100%;
    height: 1.4rem;
}
.insert-mail
{
    margin-top: -10px;
    width: 100%;
    height: 1.4rem;
}
.object-mail
{
    margin-top: -10px;
    width: 100%;
    height: 1.4rem;
}
.insert-text
{
    margin-top: -10px;
    width: 100%;
    height: 200px;
    font-size: 1.1rem;
}
.send-mail
{
    margin-top: -30px;
    padding: 15px 40px;
    background-color: rgb(163, 163, 163);
    border-width: 0;
    border-radius: 2px;
}

.final-info p
{
    text-align: center;
    font-size: 18px;
}