body {
    background-color: antiquewhite;
    font-family: 'Segoe UI', sans-serif;
    padding-bottom: 50px;
}




#header img {
    width: 40px;
    border-radius: 10px;
}

#header {
    display: flex;
    gap: 15px;
    padding: 10px;
    align-items: center;
    border-radius: 10px;
    padding: 1%;
    background-color: #f5f5f5;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.3);
}

#header p {
    font-weight: bolder;
    color: rgb(38, 51, 62);
}

#header a {
    text-decoration: none;
    font-weight: bold;
    color: burlywood;
}


