@charset="utf-8";
body {
background-color: #FFF3E3;
margin: 0;
padding: 0;
width: 100%;}

.content-wrapper {        
    margin: 15px;
    text-align: center;
    padding: 10px;
      }


.page-title {
font-size: 50px;
text-align: center;
font-weight: 500;
color: #025136;
margin-bottom: 20px;
}  

.container-grid {
    gap: 20px;     
    width: 95%;
    max-width: 1000px; 
    margin: 80px auto;
}

.link-card {
background: #fff;
border: 10px double #025136;
overflow: hidden;
margin: 18px auto;
padding: 20px;
}

.link-info {
    margin: 15px;}

.link-list {
    list-style: none;
    font-size: 25px;
    font-weight: 500;
    color: #025136;
    padding: 0;
    line-height: 1.6;
    margin-bottom: 20px;
}

.link-list li::before {
    content: "⭐";
    margin-bottom: 16px; 
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
}

.detail-btn {
    display: block;
    text-align: center;
    gap: 40px;
    border: 1.5px solid #c43a30;
    color: #c43a30;
    text-decoration: none;
    padding: 5px;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.2s;
}

.detail-btn:hover {
    background: #c43a30;
    color: #fff;
}


footer {
    background-color: #025136; 
    color: #ffffff;           
    text-align: center;
    padding: 20px 0;
    margin-top: 230px;        
}

footer a {
    color: #FFF3E3;           
    text-decoration: none; 
     font-size: 20px;   
    margin: 0 10px;
}

footer a:hover {
    color: #c43a30;}

.footer-info {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.6;
    color: #FFF3E3;           }

.footer-contact {
    margin: 15px 0;
    font-size: 20px;
}

.contact {
    width: 600px;    
    height: auto;
    vertical-align: middle; 
    margin-right: -180px;
}

