ul{
    text-align: center;
    margin: 40px;
    display: flex;
    justify-content: space-between;
    gap: 35px;
    font-size: 25px;
}
p{
    font-size: 22px;
}
li {
    list-style: none;
}

a {
    text-decoration: none;
    color:white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

body {
    background-color: rgb(212, 201, 168);
}
.parent img{
    width: 450px;
    border-style: double;
    border-width: 15px;
}
