
body {
  background-image: linear-gradient(rgba(20, 20, 20, 0.789), rgba(5, 5, 5, 0.532)), url("images/art.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh; 
  width: 1fr;
  margin: 0px;
}

main {
  margin-left: 20px;
  margin-right: 20px;
}

h1 {
  text-align: center;
  color: white; 
}

footer {
  text-align: center;
  padding: 3px;
  background-color: rgba(22, 22, 22, 0.69);
  color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
}

footer ul a{
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

a{
  color: white;
  border: none;
}



div{
  
  border-radius: 1cm;
  border-color: #f4f4f4f4;
  border-style: solid;
  
  margin: 2cm;
  padding: 1cm 1cm 1cm 1cm ;

 
}
div p{
  color:white;
  font-size:x-large;
}