@font-face {
   font-family: "PixelfySans-Regular";
   src: url("fonts/PixelifySans-Regular.ttf"); 
}
body {
  font-family: "PixelifySans-Regular.ttf";
  background-image: url("5014.png");
  background-repeat: repeat;
  display: grid;
  vertical-align: middle;
  width: 1200px;
  position: relative;
  margin: auto;
  color: hotpink;
}
.ul {
  list-style-type: none;
  text-decoration: none;
}
a:link {
  color: white;
  text-decoration: none;
}  

a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

a:active {
  color: white;
  text-decoration: none;
}

.container {
  display: flex;
  gap: 20px;
  padding: 20px;
  border: 2px;
  border-style: dashed;
  border-color: hotpink;
  width: 70%;
  margin: 0 auto;
  background: black;
}

img {
  max-width: 100%;
  height: auto;
  padding: 10px;
}

.image2 {
  max-width: 100%;
  height: auto;
  padding: 0px;
  border: 5px;
  border-style: solid;
  border-color: hotpink;
}