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;
}

.about-section p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 15px;
}

#showTextButton {
    font-size: 1em;
    color: #fff;
    background-color: #0073e6;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#showTextButton:hover {
    background-color: #005bb5;
}

#extraText {
    margin-top: 15px;
    font-size: 1em;
    color: #666;
    text-align: left;
}

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;
    }
    
}