
.furry { 
            width: 100%; 
            height: 100%; 
            object-fit: contain; 
}


.poopshart{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body{
  min-height: 100vh;
  background-image: url("artbgtemp.jpg");
 background-attachment: fixed; 
  background-size: 100% 100%;
    align-items: center
  
}
#art{
background: #283e64;
  color: white;
  display: flex;
flex-direction: column;
 border: dotted 2px grey;
 
}
@font-face{
        font-family: "dreamscar";
        src: url("Dreamscar.ttf");
}
#egofart {
  font-family: "dreamscar";
}
header{
   background: #283e64;
  color: red;
   border: dotted 2px grey;
  flex: 1;

}
section{
   background: #283e64;
  color: white;
  flex: 5;
  display: flex;
 border: dotted 2px grey;
  
}
.task{
  flex: 1; border: dotted 2px grey;
  
}
.arts{
  flex: 8; border: dotted 2px grey;
}
a:link {
  color: #a9c5f5;
}

a:visited {
  color: #5893f5;

}
