
h1 {
  text-align:"center";
}
.Timsproject {
border: 1em solid white;
display: flex;
justify-content: center;
background:white;
  text-shadow: 1em 1em 1em blue;
  border-radius: 50%;
  box-shadow: 1em 1em 1em black;
}
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: 1em solid white;
justify-content: center;
background:orange;
background:linear-gradient( to left, green, red, white);
}
#footer{
  margin-top:1em;
  width: fixed;
  padding:fixed;
background-color: white;
font-family: 'Oswald', sans-serif;
  background:linear-gradient( to left, green, red, white);
}


#Zucccini{
  width:13em;
  height:100%;
  max-width:13em;
  border-radius: 50%;
  background-color: white;
}

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

@media screen and (min-width:768px){
  #content{
    display:flex;
   flex-direction: row;
  }
}