body {
    background-color: #1A1A1A;
    background-image: url(bg.png);
    color: #fff;
    padding: 30px 0;
    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 18px;
}

.centro {
    max-width: 700px;
    margin: 40px auto;
    background-color: #3a3a3a;
    display: table;
    padding: 32px;
    box-shadow: 0px 8px 20px 0px #000;
    border: 2px solid #676767;
}

.contLogo {
    width: 100%;
    display: table;
}

.contLogo .logo {
    width: 50%;
    float: left;
}

.contLogo .contDate {
    width: 50%;
    float: right;
}

.contLogo .contDate .date {
    color: #ffee05;
    text-align: right;
    font-family: "JetBrains Mono", monospace;
    text-decoration: underline;
    margin: -12px 0 0 0;
}

.menu {
    margin: 40px 0 60px 0;
}

.menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}

.menu ul li {
    margin: 0;
    padding: 0;

}

.menu ul li a {
    background-color: #1A1A1A;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 12px 20px;
    border: 2px solid #ffee05;
    box-shadow: 5px 5px 0px #ffee05;
    font-weight: 700;
}

.menu ul li a:hover {
    color: #000;
    background-color: #FFA61E;
    box-shadow: 5px 5px 0px #3a3a3a;
}

section {
    width: 100%;
    padding: 0;
}

article {
    margin: 15px;
    display: initial;
}

.titolo {
    background-color: #FFA61E;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    margin: 0px;
    font-style: normal;
    padding: 12px 50px;
    letter-spacing: 3px;
    font-size: 36px;
    text-align: center;
    color: #ffff;
    width: 300px;
    text-shadow: 5px 5px 0px #1A1A1A;
    margin-bottom: 16px;
    margin-top: 60px;
    border: 4px double #ffcb1e;

}

img.banner {
    border: 2px solid #ffee05;
    box-shadow: 5px 5px 0px #ffee05;
}

.titolo2 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.titolo3 {
    background-color: #ff7c61;

}

.titolo4 {
    background-color: #fc6006;

}

p {
    text-indent: 32px;
    border: 2px solid #525252;
    padding: 12px;
    background-color: #313131;
    box-shadow: 5px 5px 0px #1A1A1A;
}

::selection {
    background: #ffee05;
    color: #000;
}

p.firstLetter::first-letter {
    font-weight: bold;
    color: #FFA61E;
    font-size: 40px;
}

iframe {
    box-shadow: 5px 5px 0px #1A1A1A;
    border: 2px solid #525252;
}

b {
    font-weight: 900;
}


.car {
    position: relative;

}

.car::before {
    content: url(car.svg);
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    position: absolute;
    top: 10px;
    left: 12px;

}

.galleria {
    margin-top: 20px;
    width: 520px;
    box-shadow: 5px 5px 0px #1A1A1A;
}

.galleria tr td {
    width: 90px;
    height: 90px;
    background-color: #1A1A1A;
    border: 1px solid #525252;
}

#table {
    border: 1px solid #1A1A1A;
    background-color: #525252;
}

#table th {
    background-color: #FFA61E;
    padding: 12px;
    border: 1px solid #1A1A1A;
}

#table td {
    border: 1px solid #1A1A1A;
    padding: 12px;
}

.ferrarLogo {
    width: 90px;
    height: 90px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1;
}

.ferrarLogo img {
    width: 90px;
}

.reti {
    margin: 12px 0 0 0;
    padding: 4px 8px;
    list-style: none;
    float: right;
    border: 1px solid #838383;
    border-radius: 6px;
    background-color: #1A1A1A;
    box-shadow: 0 12px 5px -4px #00000052;
    background-image: url(bg.png);
    background-position-y: 14px;
    background-position-x: -7px;
    box-shadow: inset 7px 8px 12px 2px rgb(0 0 0 / 81%);
}

.reti li {
    float: left;
    margin: 5px 12px;
    padding: 5px 0;
    border-bottom: 2px solid transparent;

}

.reti li:hover {
    border-bottom: 2px solid #FFA61E;
}

.reti li a {
    width: 30px;
    height: 30px;
    display: flex
}

.reti li a img {
    width: 30px;
}

.top {
    position: fixed;
    right: 30px;
    bottom: 12px;
    width: 32px;
    height: 32px;
    z-index: 1;
}

.form-container {
    margin: auto;
    padding: 30px;
    background-image: url(bg.png);
    background-position-y: 8px;
    background-position-x: -8px;
    border: 1px solid #838383;
    border-radius: 6px;
    background-color: #1A1A1A;
    position: relative;
    box-shadow: inset 7px 8px 12px 2px rgb(0 0 0 / 81%);
}

.form-container form {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;

}

.form-container .col {
    width: 50%;
    padding: 0;
}

.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #ffee05;
}

input,
textarea {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    border-width: 2px;
    width: 70%;
}

textarea {
    resize: vertical;
    height: 120px;
}

button {
    background-color: #ff9100;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 24px;
    width: 76%;
    cursor: pointer;
}

button:hover {
    background-color: #ffee00;
    color: #000;
}

input:required {
    border: solid #1babff;
}

input:focus-visible,
textarea:focus-visible {
    background-color: #e9f3fd;
    border: 3px solid #ff0000;
    outline-width: inherit;
}