body {
    background-color: #dfdf9d;
    font-family: Georgia, 'Georgia' serif 
}

header {
    display:flex;
    justify-content: center;
    padding: 30px 0;
}

h1 {
    font-size: 3rem;
    margin: 0;
}

.github-button {
    background: #d16a5b;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.github-button:hover {
    background: black;
    color: #d16a5b;
}

nav, .btn, .subtext {
    font-family: 'Inter', sans-serif;
    font-weight: 700; 
}

h1, .logo-text {
    font-family: 'Fraunces', serif;
    font-weight: 900; 
}
.box-container {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.card {
    background-color: #F8F4ED; 
    border: 2px solid #1C2F21; 
    border-radius: 12px;       
    padding: 30px;
    flex: 1;
}


.number {
    display: inline-block;
    background-color: #1C2F21; 
    color: white;
    padding: 5px 10px;
    border-radius: 30px;       
    font-size: 12px;
    font-weight: bold;
}