body {
    background: #111;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0;
}

.title {
    color: white;
    font-size: 36px;
    margin: 0;
    justify-content: center;
    display: flex;
}

header {
    background: #222;
    padding: 20px;
}

nav {
    background: #2b2b2b;
    padding: 12px;
    display: flex;
    justify-content: center;
    gap: 25px;
}

nav a {
    color: white;
    text-decoration: none;
}

nav a:hover {
    color: lime;
}
.btn {
    background: green;

    color: white;

    padding: 12px 24px;

    text-decoration: none;

    border-radius: 6px;

    display: inline-block;

    margin-top: 10px;

    align-items: center;
    
    display: flex;

    justify-content: center;
}
.explaining-zip {
    color: white;
    font-size: 14px;    
}
.explaining-github {
    color: white;
    font-size: 14px;    
}
.About-AOS-heading {
    color: white;
    font-size: 24px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.about {
    color: white;
    font-size: 16px;
    max-width: 600px;
    margin: 20px auto;
}