:root {
    --jcorange: #e7a428;
}

@charset "UTF-8";

.title {
    font-size: 500%;
    font-weight: 700;
}

h1 {
    color: var(--jcorange);
}

.inner-div {
    max-width: 750px; /* Keep the max-width */
    margin: 0 auto; /* Center the inner div */
    margin-right: 50px;
    text-align: left; /* Ensure text inside aligns to the left */
  }





#bottone5 {
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid var(--jcorange);
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
   }
   
   #bottone5:hover,
   #bottone5:focus {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    color: rgba(0, 0, 0, 0.65);
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    color: rgba(0, 0, 0, 0.65);
    transform: translateY(0);
   }