body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}
.Playpen{
  font-family:Playpen Sans Deva cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.Lubri{
    font-family: WDXL Lubrifont TC sans-serif;
    font-weight: 400;
  font-style: normal
}
.Abril{
  font-family:Abril Fatface serif;
  font-weight: 400;
  font-style: normal;
}

.Playfair{
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
}
.Roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.05rem;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.Comic {
  font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;
}
.Special{
    font-family: "Special Elite", cursive;
    font-weight: 400;
    font-style: normal;
}

header {
    background: #e3e3e3;
    color: #0d0000;
    text-align: center;
   
}
/* 
header .profile-image {
    width: 120px;
    height: 150px;
    border-radius: 50% / 60%;
    object-fit: cover;
    margin-bottom: 1rem;
} */

nav ul {
    background: #333;
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    font-family: "Special Elite";
    font-weight: 400;
    font-style: normal;

}

nav ul li {
    margin: 0;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: block;
}

nav ul li a:hover {
    background: #0073e6;
}

main {
    padding: 1rem;
    background: #fff;
    margin: 1rem auto;
    max-width: 1100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
