.skills {
    margin-top: 10px;
}

.skills span {
    background: #007BFF;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 12px;
}

body {
    font-family: "Verdana", sans-serif;
}

.home {
    text-align: left;
    padding-top: 350px;
    padding-bottom: 150px;
    padding-left: 120px;
    padding-right: 800px;
}

.home h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

.home p {
    font-size: 15px;
    color: #878181;
    line-height: 1.5;
    font-family: "Lucida Sans Typewriter", sans-serif;
    text-align: justify;
}

.navbar {
    display: flex;
    justify-content: space-between;
    padding: 30px 30px;
    background-color: #222;
    color: white;
}

.logo a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    font-family: "Lucida Console", sans-serif;
    padding-left: 100px;
}

.nav-links {
    list-style: none;
    font-size: 15px;
    display: flex;
    gap: 20px;
    margin: 0;
    padding-right: 100px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    transition: 0.2s;
}

.nav-links a:hover {
    color: #00bcd4;
}

.footer {
    background-color: #222;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.social-links {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-links li {
    display: inline-block;
}

.social-links a {
    color: white;
    font-size: 22px;
    margin-right: 15px;
    text-decoration: none;
    transition: 0.2s;
}

.social-links a:hover {
    color: #00bcd4;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.pronunciation {
    font-size: 14px;
    color: #555;
    padding-top: 5px;
}

.about {
    margin-top: 50px;
    margin-left: 100px;
    margin-right: 100px;
}

.home-links {
    background-color: #e6e6e6;
    flex-direction: column;
    display: grid;
    gap: 20px;
}

.card {
    color: #000000;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 100px 20px;
    padding-left: 120px;
}

.card:hover {
    background-color: #ffffff;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 100px 20px;
    padding-left: 120px;
}