*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.home-page{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 0;text-align:center}.hero .container{margin:0 auto;max-width:1200px;padding:0 2rem}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-button{background-color:#fff;border-radius:5px;color:#667eea;display:inline-block;font-weight:700;padding:1rem 2rem;text-decoration:none;transition:transform .3s,box-shadow .3s}.cta-button:hover{box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.hotels-section{background-color:#f5f5f5;padding:4rem 0}.hotels-section .container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-title{color:#2c3e50;font-size:2.5rem;margin-bottom:3rem;text-align:center}.hotels-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.hotel-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:transform .3s,box-shadow .3s}.hotel-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-5px)}.hotel-image-container{height:250px;overflow:hidden;width:100%}.hotel-image{height:100%;object-fit:cover;transition:transform .3s;width:100%}.hotel-image.zooming{animation:zoomInOut 3s ease-in-out infinite;transform-origin:center center;will-change:transform}.hotel-card:hover .hotel-image{transform:scale(1.05)}.hotel-info{padding:1.5rem}.hotel-name{color:#2c3e50;font-size:1.5rem;margin-bottom:.5rem}.hotel-description{color:#666;line-height:1.6;margin-bottom:1rem}.book-button{background-color:#3498db;border-radius:5px;color:#fff;display:inline-block;font-weight:700;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s}.book-button:hover{background-color:#2980b9}@media (max-width:768px){.hero-title{font-size:2rem}.hotels-grid{grid-template-columns:1fr}.header .container{flex-direction:column;gap:1rem}.nav-link{margin-left:1rem}}.booking-page{display:flex;flex-direction:column;min-height:100vh}.header{background-color:#2c3e50;box-shadow:0 2px 4px #0000001a;color:#fff;padding:1rem 0}.header .container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo{font-size:1.5rem;font-weight:700}.nav-link{background:none;border:none;color:#fff;cursor:pointer;font-size:1rem;margin-left:2rem;text-decoration:none;transition:color .3s}.nav-link.active,.nav-link:hover{color:#3498db}.booking-main{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);flex:1 1;padding:3rem 0}.booking-main .container{margin:0 auto;max-width:800px;padding:0 2rem}.booking-title{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.booking-subtitle{color:#666;font-size:1.1rem;margin-bottom:3rem;text-align:center}.booking-form{background:#fff;border-radius:10px;box-shadow:0 4px 16px #0000001a;padding:2.5rem}.grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 420px}.temples-list{display:flex;flex-direction:column;gap:1rem}.temple-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000f;cursor:pointer;display:flex;overflow:hidden;transition:transform .18s,box-shadow .18s}.temple-card.selected{box-shadow:0 6px 22px #0000001f;transform:translateY(-4px)}.temple-image{background-position:50%;background-size:cover;width:220px}@keyframes zoomInOut{0%{transform:scale(1)}50%{transform:scale(1.06)}to{transform:scale(1)}}.temple-image.zooming{animation:zoomInOut 3s ease-in-out infinite;transform-origin:center center;will-change:transform}.temple-info{display:flex;flex-direction:column;justify-content:space-between;padding:1rem}.temple-info h3{margin:0 0 .5rem}.temple-info p{color:#555;font-size:.95rem;margin:0 0 1rem}.select-button{align-self:flex-start;background:#2c7a7b;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.45rem .75rem}.booking-form{padding:1.25rem}.summary{background:#fbfbfb;border-radius:6px;color:#333;margin-bottom:1rem;padding:.75rem}.packages-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.package-item{background:#fff;border:1px solid #eee;border-radius:6px;cursor:pointer;display:flex;justify-content:space-between;padding:.6rem .8rem}.package-item.active{border-color:#2c7a7b;box-shadow:0 6px 18px #27ae600f}.muted{color:#777;padding:.6rem 0}.form-group{margin-bottom:.9rem}.form-row{display:flex;gap:.5rem}.form-group.half{flex:1 1}.form-group label{font-size:.9rem;margin-bottom:.4rem}.form-group input,.form-group select{border:1px solid #e6e6e6;border-radius:6px;padding:.6rem;width:100%}.submit-button{background:#2c7a7b;border-radius:6px;padding:.85rem 1rem}.submit-button.secondary{background:#95a5a6}@media (max-width:980px){.grid{grid-template-columns:1fr}.temple-image{width:160px}}.form-group input,.form-group textarea{transition:border-color .3s}.form-group textarea{resize:vertical}.submit-button{background-color:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:1rem;padding:1rem;transition:background-color .3s,transform .2s;width:100%}.submit-button:hover:not(:disabled){background-color:#2980b9;transform:translateY(-2px)}.submit-button:disabled{background-color:#95a5a6;cursor:not-allowed}.message{border-radius:5px;font-weight:500;margin-bottom:1rem;padding:1rem;text-align:center}.message.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.message.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.footer{background-color:#2c3e50;color:#fff;padding:2rem 0;text-align:center}.footer .container{margin:0 auto;max-width:1200px;padding:0 2rem}@media (max-width:768px){.booking-title{font-size:2rem}.booking-form{padding:1.5rem}.header .container{flex-direction:column;gap:1rem}.nav-link{margin-left:1rem}}.admin-login-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-container{border-radius:10px;box-shadow:0 4px 16px #0003;max-width:400px;padding:3rem}.login-title{font-size:2rem;margin-bottom:2rem}.form-group input{border:2px solid #e0e0e0;border-radius:5px;box-shadow:0 6px 18px #667eea14;transition:border-color .3s}.form-group input:focus{border-color:#667eea;box-shadow:0 8px 24px #667eea24}.error-message{background-color:#f8d7da;border-radius:5px}.login-button{border-radius:5px;box-shadow:0 8px 20px #6a67ce2e;font-size:1.1rem;margin-top:1rem;padding:1rem;transition:background-color .3s,transform .2s}.login-button:hover:not(:disabled){background:linear-gradient(90deg,#5b57c9,#7a4fd1)}.login-button:disabled{background-color:#95a5a6}.back-link{margin-top:1.5rem;text-align:center}.back-button{background:none;border:none;color:#667eea;cursor:pointer;font-size:.9rem;text-decoration:underline}.back-button:hover{color:#5568d3}.login-container{align-items:stretch;display:flex;flex-direction:column}.login-form{width:100%}.signup-page{align-items:center;background:linear-gradient(135deg,#f6f8ff,#eef2ff);display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-container{background:#fff;border-radius:12px;box-shadow:0 8px 30px #32325d0f;max-width:420px;padding:2.5rem;width:100%}.login-title{color:#2c3e50;font-size:1.6rem;margin-bottom:1.5rem;text-align:center}.login-form{display:flex;flex-direction:column}.form-group{margin-bottom:1.25rem}.form-group label{color:#34495e}.form-group input{border:2px solid #e9eefb;border-radius:8px;box-shadow:0 6px 18px #667eea0f;font-size:1rem;padding:.75rem;transition:border-color .25s,box-shadow .25s;width:100%}.form-group input:focus{border-color:#6a67ce;box-shadow:0 10px 30px #6a67ce1f;outline:none}.error-message{background-color:#fdecea;border-radius:8px;color:#9f3a38;margin-bottom:1rem;padding:.9rem;text-align:center}.login-button{background:linear-gradient(90deg,#6a67ce,#8a63d2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.95rem;transition:transform .15s ease,box-shadow .15s ease;width:100%}.login-button:hover:not(:disabled){box-shadow:0 12px 30px #6a67ce2e;transform:translateY(-2px)}.login-button:disabled{cursor:not-allowed;opacity:.7}.signup-redirect{margin-top:1rem;text-align:center}.signup-link{color:#5b57c9;cursor:pointer;font-weight:600;text-decoration:underline}.admin-dashboard{background-color:#f5f5f5;min-height:100vh}.dashboard-header{background-color:#2c3e50;box-shadow:0 2px 4px #0000001a;color:#fff;padding:1.5rem 0}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem}.header-content h1{font-size:1.8rem;margin:0}.header-actions{align-items:center;display:flex;gap:1.5rem}.admin-username{font-size:1rem;opacity:.9}.logout-button{background-color:#e74c3c;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:.5rem 1.5rem;transition:background-color .3s}.logout-button:hover{background-color:#c0392b}.dashboard-main{margin:0 auto;max-width:1400px;padding:2rem}.filters-section{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.filters-section h2{color:#2c3e50;margin-bottom:1.5rem;margin-top:0}.filters-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.filter-group{display:flex;flex-direction:column}.filter-group label{color:#2c3e50;font-weight:600;margin-bottom:.5rem}.filter-group input[type=date]{border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;padding:.75rem;transition:border-color .3s}.filter-group input[type=date]:focus{border-color:#667eea;outline:none}.checkbox-group{align-items:center;flex-direction:row;gap:.5rem}.checkbox-group label{align-items:center;cursor:pointer;display:flex;gap:.5rem;margin-bottom:0}.checkbox-group input[type=checkbox]{cursor:pointer;height:18px;width:18px}.filter-actions{display:flex;flex-wrap:wrap;gap:1rem}.apply-button,.clear-button,.export-button{border:none;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;transition:transform .2s,box-shadow .2s}.apply-button{background-color:#3498db;color:#fff}.apply-button:hover{background-color:#2980b9;box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.clear-button{background-color:#95a5a6;color:#fff}.clear-button:hover{background-color:#7f8c8d;box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.export-button{background-color:#27ae60;color:#fff}.export-button:hover:not(:disabled){background-color:#229954;box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.export-button:disabled{background-color:#95a5a6;cursor:not-allowed}.bookings-section{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:2rem}.bookings-section h2{color:#2c3e50;margin-bottom:1.5rem;margin-top:0}.loading,.no-bookings{color:#7f8c8d;font-size:1.1rem;padding:3rem;text-align:center}.bookings-table-container{overflow-x:auto}.bookings-table{border-collapse:collapse;font-size:.9rem;width:100%}.bookings-table thead{background-color:#2c3e50;color:#fff}.bookings-table th{font-weight:600;padding:1rem;text-align:left}.bookings-table td{border-bottom:1px solid #e0e0e0;padding:1rem}.bookings-table tbody tr:hover{background-color:#f8f9fa}.bookings-table tbody tr:last-child td{border-bottom:none}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem}.filters-grid{grid-template-columns:1fr}.filter-actions{flex-direction:column}.apply-button,.clear-button,.export-button{width:100%}.bookings-table-container{overflow-x:scroll}.bookings-table{font-size:.8rem}.bookings-table td,.bookings-table th{padding:.5rem}}.footer-page{background:#f9f9f9;display:flex;flex-direction:column;min-height:100vh}.footer-page .header{background-color:#2c3e50;box-shadow:0 2px 4px #0000001a;color:#fff;padding:1rem 0}.footer-page .header .container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.footer-page .logo{font-size:1.5rem;font-weight:700}.footer-page .nav-link{color:#fff;margin-left:2rem;text-decoration:none;transition:color .3s}.footer-page .nav-link:hover{color:#3498db}.page-content{flex:1 1;padding:3rem 0}.page-content .container{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin:0 auto;max-width:1000px;padding:3rem}.page-content h1{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem;text-align:center}.content-section{color:#555;line-height:1.8}.content-section h2{border-bottom:2px solid #3498db;color:#2c3e50;font-size:1.5rem;margin-bottom:1rem;margin-top:2rem;padding-bottom:.5rem}.content-section p,.content-section ul{margin-bottom:1.5rem}.content-section ul{margin-left:2rem}.content-section ul li{color:#666;margin-bottom:.8rem}.features-list{list-style:none;margin-left:0}.features-list li{font-size:1.05rem;padding:.6rem 0}.contact-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-top:2rem}.contact-info h2{color:#2c3e50;font-size:1.8rem;margin-bottom:1.5rem}.info-item{background:#f5f5f5;border-left:4px solid #3498db;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.info-item h3{color:#2c3e50;font-size:1.1rem;margin-bottom:.5rem}.info-item p{color:#666;margin:0}.info-item a{color:#3498db;text-decoration:none}.info-item a:hover{text-decoration:underline}.contact-form-wrapper h2{color:#2c3e50;font-size:1.8rem;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column}.form-group{margin-bottom:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group label{color:#2c3e50;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:5px;font-family:inherit;font-size:1rem;padding:.75rem;transition:all .3s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.submit-btn{background:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.85rem 2rem;transition:all .3s}.submit-btn:hover{background:#2980b9;box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:5px;color:#155724;font-weight:600;margin-bottom:1.5rem;padding:1rem;text-align:center}@media (max-width:768px){.contact-container,.form-row{grid-template-columns:1fr}.page-content .container{padding:1.5rem}.footer-page .header .container{flex-direction:column;gap:1rem}.footer-page .nav-link{margin-left:1rem}}.profile-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;flex-direction:column;min-height:100vh}.profile-page .header{background-color:#2c3e50;box-shadow:0 2px 8px #0000001a;color:#fff;padding:1rem 0}.profile-page .header .container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.profile-page .logo{font-size:1.5rem;font-weight:700}.profile-page .nav-link{background:none;border:none;color:#fff;cursor:pointer;font-size:1rem;margin-left:2rem;text-decoration:none;transition:color .3s}.profile-page .nav-link:hover{color:#3498db}.profile-main{flex:1 1;padding:3rem 0}.profile-main .container{margin:0 auto;max-width:1200px;padding:0 2rem}.profile-header{grid-gap:2rem;align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;display:grid;gap:2rem;grid-template-columns:150px 1fr;margin-bottom:2rem;padding:2.5rem}.profile-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 4px 12px #667eea4d;color:#fff;display:flex;font-size:3rem;font-weight:700;height:150px;justify-content:center;width:150px}.profile-info h1{color:#2c3e50;font-size:2rem;margin:0 0 .5rem}.profile-info .email{color:#666;font-size:1rem;margin-bottom:1.5rem}.user-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.stat{display:flex;flex-direction:column}.stat-label{color:#999;font-size:.9rem;margin-bottom:.5rem}.stat-value{color:#2c3e50;font-size:1.8rem;font-weight:700}.profile-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 350px}.account-section,.bookings-section{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;padding:2rem}.account-section h2,.bookings-section h2{border-bottom:2px solid #f0f0f0;color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem}.empty-state{color:#999;padding:3rem 1rem;text-align:center}.empty-icon{display:block;font-size:3rem;margin-bottom:1rem}.empty-state p{font-size:1.1rem;margin-bottom:1.5rem}.cta-btn{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;color:#fff;display:inline-block;padding:.8rem 2rem;text-decoration:none;transition:transform .3s}.cta-btn:hover{transform:translateY(-2px)}.loading{align-items:center;color:#666;display:flex;gap:.8rem;justify-content:center;padding:2rem;text-align:center}.loading span{animation:spin .8s linear infinite;border:3px solid #e0e0e0;border-radius:50%;border-top-color:#667eea;display:inline-block;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.error-message{background:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;color:#721c24;margin-bottom:1.5rem;padding:1rem}.bookings-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.booking-card{background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;transition:all .3s}.booking-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26}.booking-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.booking-header h3{color:#2c3e50;font-size:1.3rem;margin:0}.status{border-radius:20px;font-size:.85rem;font-weight:600;padding:.4rem .8rem}.status.pending{background:#fff3cd;color:#856404}.status.confirmed{background:#d4edda;color:#155724}.status.cancelled{background:#f8d7da;color:#721c24}.booking-details{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}.detail-item{display:flex;flex-direction:column}.detail-item label{color:#999;font-size:.85rem;font-weight:600;margin-bottom:.3rem;text-transform:uppercase}.detail-item p{color:#2c3e50;font-weight:500;margin:0}.booking-actions{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.btn-secondary{background:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#667eea;cursor:pointer;font-weight:600;padding:.6rem 1rem;transition:all .3s}.btn-secondary:hover{background:#f5f7ff;border-color:#667eea}.settings-card{background:#f9f9f9;border-radius:8px;padding:1.5rem}.setting-item,.settings-card{margin-bottom:1.5rem}.setting-item:last-child{margin-bottom:0}.setting-item h3{color:#999;font-size:.95rem;font-weight:600;margin:0 0 .5rem;text-transform:uppercase}.setting-item p{color:#2c3e50;font-weight:500;margin:0}.role-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;color:#fff;display:inline-block;font-size:.85rem;padding:.4rem .8rem}.logout-btn-large{background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem;transition:all .3s;width:100%}.logout-btn-large:hover{background:#c0392b;transform:translateY(-2px)}.logout-btn{color:#e74c3c!important}.logout-btn:hover{color:#c0392b!important}@media (max-width:768px){.profile-header{grid-template-columns:1fr;text-align:center}.profile-avatar{font-size:2.5rem;height:120px;margin:0 auto;width:120px}.booking-actions,.booking-details,.profile-content,.user-stats{grid-template-columns:1fr}.profile-page .header .container{flex-direction:column;gap:1rem}.profile-page .nav-link{margin-left:1rem}}.footer-section{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#e0e0e0;margin-top:4rem;padding:3rem 0 0}.footer-container{margin:0 auto;max-width:1200px;padding:2rem}.footer-grid{grid-gap:2rem;border-bottom:1px solid #ffffff1a;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem;padding-bottom:2rem}.footer-col h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-col h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-col p{color:#b0b0b0;font-size:.95rem;line-height:1.8;margin-bottom:.8rem}.footer-col ul{list-style:none;margin:0;padding:0}.footer-col ul li{margin-bottom:.6rem}.footer-col ul li a{color:#b0b0b0;font-size:.95rem;text-decoration:none;transition:color .3s ease}.footer-col ul li a:hover{color:#00d4ff}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{align-items:center;background:#00d4ff1a;border:1px solid #00d4ff;border-radius:50%;color:#00d4ff;display:inline-flex;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-links a:hover{background:#00d4ff;color:#1a1a2e;transform:translateY(-3px)}.footer-bottom{color:grey;font-size:.9rem;padding:1.5rem 0;text-align:center}@media (max-width:768px){.footer-grid{grid-template-columns:1fr}.footer-col{text-align:center}.social-links{justify-content:center}}.App{min-height:100vh}
/*# sourceMappingURL=main.1f888230.css.map*/