body {
    background-color: #1A1A1A;
    background-image: url(../media/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 {
    width: 900px;
    margin: 40px auto;
    background-color: #3a3a3a;
    /*display: table;*/
    padding: 32px;
    box-shadow: 0px 8px 20px 0px #000;
    border: 2px solid #676767;
}

p {
    margin: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.main-navigation {
    padding: 20px;
    text-align: center;
}

.page-header {
    background-color: #2f2f2f;
    padding: 50px;
    text-align: center;
    margin-bottom: 20px;
}

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

.media-grid {
    display: inline-flex;
    background-color: #2f2f2f;
    margin-bottom: 20px;
    width: 100%;
}

.media-item {
    width: 20%;
    padding: 40px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px;
}

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

.middle-section-spacer {
    background-color: #2f2f2f;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.main-content-section {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    padding: 20px;
    background-color: #313131;
    margin-bottom: 20px;
}

.content-left-media,
.content-right-media {
    width: 45%;
    display: flex;
    align-items: flex-start;

}

.content-left-media .media,
.content-right-media .media {
    width: 150px;
    border: 2px solid #ffee05;
    box-shadow: 5px 5px 0px #ffee05;
}

.content-middle-text {
    background-color: #2f2f2f;
    flex-grow: 1;
    padding: 20px;
    display: flex;
    text-align: left;
    flex-direction: column;
    align-items: center;
}

.bottom-content-area {
    background-color: #2f2f2f;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bottom-media-row {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.bottom-media-item {
    background-color: #ffc0cb;
    width: 48%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffee05;
    box-shadow: 5px 5px 0px #ffee05;
}

.bottom-text-row {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.bottom-text-item {
    background-color: #90ee90;
    width: 48%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}


.page-footer {
    background-color: #313131;
    padding: 30px;
    text-align: center;
    margin-top: auto;
}

.page-footer .colFooter {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
}

.page-footer .colFooter .col_1,
.page-footer .colFooter .col_2 {
    width: 100%;
    padding: 12px;
}

.page-footer .colFooter p {
    text-align: left;
}

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

.contLogo .logo {
    width: 50%;
    float: left;
    text-align: 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;
}


.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(../media/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;
}

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

}

b {
    color: #fcffd1;

    font-weight: 900;
}

.content_p span {
    color: #ffee05;
    font-weight: 900;
}

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

.car {
    position: relative;

}

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

}

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

.media {
    width: 100%;
}

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

img {
    width: 100%;
}

.form-container {
    margin: auto;
    padding: 30px;
    background-image: url(../media/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%;
    text-align: left;
}

.form-container .col {
    width: 50%;
    text-align: left;
    display: inherit;
}

.conte_col {
    margin: 0 22px;
    display: table;
    width: 100%;
}

.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: -webkit-fill-available;
}

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;
}

.copy {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy span {
    font-size: 23px;
}