body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    color: #333;
}

.wrapper2 {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    color: black;
}

h1 {
    color: #444;
    font-size: 2em;
    margin-bottom: 10px;
}

.projects-section p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 15px;
}

.project-item {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.project-item h2 {
    font-size: 1.3em;
    color: #333;
    margin-bottom: 10px;
}

.project-item p {
    font-size: 1em;
    color: #666;
    margin-bottom: 15px;
}

.project-link {
    display: inline-block;
    color: #0073e6;
    text-decoration: none;
    font-size: 1em;
    border: 1px solid #0073e6;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.project-link:hover {
    background-color: #0073e6;
    color: #fff;
}

footer, header {
    background-color: #222;
    color: white;
    padding: 10px 0;
    text-align: center;
}
h1 {
    color: black;
}
.icons {
    font-size: x-large;
}
@media only screen and (max-width: 600px) {
    body {
        font-size: x-large;
    }
    
}
@media only screen and (max-width: 600px) {
    .icons {
        font-size: xx-large;
    }
    
}

.styled-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #444;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s, transform 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.styled-button:hover {
    background-color:#222;
    transform: translateY(-3px);
}

.styled-button:active {
    background-color: #444;
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
