body {
    background-image: url(https://www.dropbox.com/scl/fi/0g9oxyjycraqqcrpv5vin/paebg.jpg?rlkey=sha00toubuw5oc7f9t7965m6i&st=xc6jq07t&dl=1);
 font-family: 'Courier New', Courier, monospace;
}
a {
    background-color: rgb(233, 228, 222);
    color: rgb(41, 27, 17);
    border: 9px inset rgb(255, 249, 242);
    border-radius: 9px;
    box-shadow: 0 0 0 5px rgb(228, 223, 216);
    text-shadow: 1px 1px 0 rgb(176, 167, 160);
}
mark {
    background-color: rgb(233, 228, 222);
    color: rgb(41, 27, 17);
    border: 2px inset rgb(255, 249, 242);
    border-radius: 9px;
    box-shadow: 0 0 0 4px rgb(228, 223, 216);
    text-shadow: 3px 1px 0 rgb(176, 167, 160);
}
h1 {
    text-align: center;
    padding: 5px;
}
main{
    display: flex;
    background-color: rgb(233, 228, 222);
    color: rgb(41, 27, 17);
    border: 2px inset rgb(255, 249, 242);
    border-radius: 9px;
    box-shadow: 0 0 0 4px rgb(228, 223, 216);
    text-shadow: 1px 1px 0 rgb(176, 167, 160);
}
.pic {
     border: 2px inset rgb(255, 249, 242);
    border-radius: 50px;
    box-shadow: 0 0 0 4px rgb(228, 223, 216);
    text-shadow: 1px 1px 0 rgb(176, 167, 160);
}
.photo {
 border-radius: 9px;
}
.gallery {
    display: flex;
    justify-content: start;
    padding-top: 19px;
}
