body {
  text-align:center;
  background-image:url("Images/paper.png");
  font-family:"Comic Sans MS"
}

.artblock {
  display:flex;
  justify-content:center;
  align-items:center;
}

.oneart {
  width:500px;
  height:250px;
  margin:20px;
  padding:20px;
  text-align:center;
  font-family:"Comic Sans MS";
  border:5px dashed black;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.home {
    background-color: #a2cdf2;
    color: black;
    border: none;
    margin: 20px;
    height:50px;
    width:100px;
    text-align: center;
    text-decoration:none;
    display: inline-block;
    position:fixed;
    top:0;
    left:0;
    transition-duration: 0.3s;
    overflow:hidden;
    }

.home:hover{
    background-color: #94c2eb;
    cursor: pointer;
    overflow:hidden;
    }
    
.text {
  width:65%;
}