/* PULSANTE TORNA AI CORSI */
.back-section {
    padding: 40px 10%;
    text-align: center;
    align-self: center;
}

.back-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #97CA41;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
    font-size: 18px;
    align-items: center;
}

.back-btn:hover {
    background: #7fb336;
}

.header .logo img {
    height: 60px;
    width: auto;
}