body {
            background: linear-gradient(#fff8f1, #ffe0cc);
            font-family: 'Segoe UI';
            margin: 0;
            padding: 0;
            color: #333;
            line-height: 1.6;
        }
        
        header {
            max-height: inherit;
            text-align: center;
            background-color: #fff3e0;
            border-bottom: 4px solid #cf5c5c;
            padding-bottom: 20px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }
        
        header img {
            width: 100%;
            max-height: 460;
            object-fit: cover;
            border-radius: 0 0 20px 20px;
        }

h1 {
            margin-top: 20px;
            font-family: 'Segoe UI';
            font-size: 3rem;
            font-weight: 700;
            color: #d94343;
            text-shadow: 1px 1px 2px #f0c2b1;
        }

 nav ul {
            list-style: none;
            padding: 0;
            margin: 20px 0 10px 0;
            display: flex;
            justify-content: center;
        }
        
        nav a {
            text-decoration: none;
            color: #d94343;
            font-weight: 600;
            padding: 10px 16px;
            border-radius: 8px;
            transition: background-color 0.3 ease, color 0.3 ease;
        }
        
        nav a:hover,
        nav .current {
        background-color: #d94343;
        color: #fff;
}

main {
            padding: 50px 30px;
            font-family: 'Segoe UI';
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
}

.classesinfo {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 20px;
    border-radius: 14px;
    overflow: hidden;
    background-color: white;
    text-align: center;
}


section {
    background-color: white;
    border-radius: 14px;
    max-width: 1400px;
    align-items: center;
    
    margin-left: auto;
    margin-right: auto;
}

.tacoclass {
  display: inherit;
  align-items: center; 
  gap: 20px;
}

.tacocenter {
  width: 200px;       
  height: auto;
}

.tacotext {
  margin: 0;
}

.freetrial {
    background-color: indianred;
    border-radius: 8px;
    height: 25px;
    width: auto;
    color: white;
}

.freetrial:hover {
    transform: scale(1.02)
}

.cateringform {
    width: 650px;
}

.cateringinfo {
    width: 650px;
    text-align: center;
}

.aboutus {
    width: 650px;
    text-align: center;
}
