/* style.css */

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

h1, h2 {
    color: #333;
}

p {
    color: #666;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.social-icons a {
    color: #333;
    margin-right: 10px;
}

.social-icons a:hover {
    color: #007bff;
}

.infinity{
    font-size: 36px;
    font-weight: 600;

}
