body{
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    text-align: center;
}

header{
    padding: 15px;
    background-color:#2c3e50 ;
    color: white;
    height: 170px;
}

.cta-button{
    display: inline-block;
    background-color: #3498db;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

section{
    border-radius: 8px;
    margin: 40px auto;
    padding: 20px;
    background: white;
    width: 80%;
}

h2{
    color: #2c3e50;
}

footer{
    background-color: #2c3e50;
    color: white;
    padding: 30px;
}
.social-links a{
    color: white;
    margin: 0 15px;
    text-decoration: none;
}

.social-links a:hover{
    text-decoration: underline;
}