body{
  font-family: "Press Start 2P";
  font-size: 12px;
  cursor: url("cdc.gif.webp"), auto; 
  background-image: url(images/dvdb.png);
  color: #B62279;
}

header,main{
  border: 6px dotted #B62279;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
}
header{
  margin: auto;
  margin-top: 20px;
  text-align: center;
  padding: 10px;
  width: 80%;
  color: #B62279;
}
h1{
  
}
main{
  margin: 50px;
  padding-left: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}
img{
  height: 250px;
  width: 250px;
}
a{
  font-size: 20px;
  text-decoration: none;
  color: #B62279;
}
img:hover{
  transition: transform .2s;
  transform: scale(1.5);
}
  
