h1 {color:White;}
h1 {
  text-align:"center";
}
.Timsproject {
border: 5px solid orange;
display: flex;
justify-content: center;
background:orange;
  text-shadow: 2px 2px 6px blue;
  border-radius: 50%;
  box-shadow: 2px 4px 3px white;
}
html{
  background: url(" https://projects.codecraftworks.com/web/BbIXWKj1NHP1dT1rhlcS/assets/samuel-ferrara-1527pjeb6jg-unsplash.jpg");
  background-position: center;
  background-size: no-repeat;
    background-size: cover;
  background-color: red;
}
  .box {
    border: 5px solid orange;
justify-content: center;
background:orange;
background:linear-gradient( to left, green, red, white);
}
#footer{
  margin-top:10px;
  width: auto;
  padding:auto;
background-color: white;
font-family: 'Oswald', sans-serif;
  background:linear-gradient( to left, green, red, white);
}

}
#Zucccini{
  width:100%;
  height:100%;
  max-width:200px;
  border-radius: 45%;
  background-color: red;
}

#link:hover
{
  background-color:red
}
  
  #basketball
{
  height:200px;
    width:200px;
  border-radius: 50%;
 
}
#candy{
  border-radius:50%;
background:linear-gradient( to left, green, red, white);

}