body {
    font-family: "Outfit", Arial, sans-serif;
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
#nav {
    top: 0px;
    position: sticky;
    z-index: 1000;
    background-color: #333;
    color: #fff;
    padding: 16px 0;
    display: flex;
    align-items: center;
}
#nav-left {
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 16px;
    width: 50vw;
}
#nav-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
#nav-logo:hover {
    filter: brightness(0.8);
}
#name {
    font-size: 16px;
}
#nav-right {
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 16px;
    width: 50vw;
    justify-content: flex-end;
}
#nav-right a,
#name {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}
#nav-right a:hover,
#name:hover {
    color: #6f91ff;
}
#content {
    display: flex;
    margin: auto;
    flex-direction: column;
}
#feature {
    background-image: url("/images/anoushka-puri-f1YfrZ1o2r8-unsplash.jpg");
    background-size: cover;
    background-position: center;
    padding-left: calc(50vw - 400px);
    padding-right: calc(50vw - 400px);
    padding-top: 100px;
    padding-bottom: 100px;
}
#feature-text {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#feature-text h1 {
    font-size: 36px;
    font-weight: bold;
}
.highlight {
    color: #6f91ff;
}
.highlight2 {
    color: #6f91ff;
    font-family: "Kaushan Script", cursive !important;
}
button {
    padding: 10px;
    border: 2px solid white;
    border-radius: 10px;
    background-color: #6f91ff;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 300px;
    margin: auto;
}
button:hover {
    background-color: #4b6abf;
}
#cards {
    padding-left: calc(50vw - 400px);
    padding-right: calc(50vw - 400px);
    padding-top: 20px;
    padding-bottom: 20px;
}
.card {
    background-color: #eee;
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#featuredarticle {
    background-color: #eee;
    padding-left: calc(50vw - 400px);
    padding-right: calc(50vw - 400px);
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#featuredarticle-content {
    display: flex;
    flex-direction: column;
}
.fasplit {
    display: flex;
    gap: 16px;
}
.fasplit img {
    width: 200px;
    height: 100px;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.fasplit img:hover {
    filter: brightness(0.8);
}
#latestarticles {
    background-color: #fff;
    padding-left: calc(50vw - 400px);
    padding-right: calc(50vw - 400px);
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#latestarticles-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.article {
    display: flex;
    flex-direction: column;
    background-color: #eee;
    gap: 10px;
    padding: 20px;
    border-radius: 10px;
}
#needanything {
    background-image: url("/images/austin-distel-gUIJ0YszPig-unsplash.jpg");
    background-size: cover;
    background-position: center;
    color: white;
    padding-left: calc(50vw - 400px);
    padding-right: calc(50vw - 400px);
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#needanything-text {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#footer {
    background-color: #333;
    color: white;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
#footer-top {
    display: flex;
    gap: 20px;
    align-items: center;
}
#footer-top img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
#footer-top img:hover {
    filter: brightness(0.8);
}
#fcolumns {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.fcolumn {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.fcolumn a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}
.fcolumn a:hover {
    color: #6f91ff;
}
.copy,
.unsp {
    color: #5f5f5f;
}
.unsp a {
    color: #5f5f5f;
    text-decoration: none;
    transition: all 0.3s ease;
}
.unsp a:hover {
    color: #4b6abf;
}
