body
{
    background-color: papayawhip;
}

.arbre{
    display: flex;
    justify-content: space-around;
    border: solid black;
    border-radius: 20px;
    box-shadow: 10px 5px 5px rgb(100, 100, 100);
    padding-left: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #d8eeca;
    width: 1000px;
}

.feuille{
    width: 70%;
}

.arbre>img{
    object-fit: contain;
    width: 20%;
    height: auto;
}

.fruit{
    font-weight: bold;
    text-decoration: underline;
    font-size: 20px;
}

a{
    color: brown;
}
a:hover{
    background-color: gold;
}
a:visited{
    color: green;
}