@import url('https://fonts.googleapis.com/css2?family=Jacquard+12&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
img {
    width: 200px;
    height: 200px;
    transition-duration: 0.5s;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 15px;
    margin-top: 15px;
    outline: 7px solid rgba(0, 0, 0, 0.685);
}
html { 
    background: url(bg.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    backdrop-filter: blur(5px);
  }
#arts {
    color: black;
    text-align: center;
}
img:hover {
    width: 300px;
    height: 300px;
    cursor: pointer;
}
#title {
    font-family: "Montserrat";
    font-size: 24px;
    text-align: center;
    color: white;
}
#back {
    position: absolute;
    text-align: center;
    text-decoration: none;
    background-color: black;
    padding-left: 0px;
    border-radius: 15px;
    width: 40px;
    padding-top: 10px;
    height: 30px;
}
