.quintessential-regular {
  font-family: "Quintessential", serif;
  font-weight: 400;
  font-style: normal;
  
}

.body {
  color: white;
  cursor:url('https://nialas.neocities.org/images/cursor.png'), auto;
  
}

.zero {
  z-index: 1;
  position: absolute;
  right: 0;
  left: -750px;
  top: 60px;
  
}

.card {
  z-index: 2;
  position: absolute;
  right: 0;
  left: 750px;
  top: 120px;
  
}

.container {
  width: auto;
  margin: 50px;
  cursor:url('https://nialas.neocities.org/images/cursor.png'), auto;
  
}

.header {
  max-width: 800px;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 30px solid transparent;
  border-image: url("images/border.png") 30 round;
  cursor:url('https://nialas.neocities.org/images/cursor.png'), auto;
  
}

.stamps {
  border-bottom: 1px solid white;
  width: auto;
  height: 80px;
  background-color: black;
  color: white;
  padding-top: 20px;
  
}

.ok26 {
  width: auto;
  height: 20px;
  background-color: black;
  color: white;
  justify-content: center;
  padding: 10px;
  
}

.main {
  display: flex;
  flex-wrap: wrap;
  border: none;
  max-width: 800px;
  width: auto;
  cursor:url('https://nialas.neocities.org/images/cursor.png'), auto;
  
}

.left {
  order: 1;
  
}

.iframe {
  border: none;
  order: 2;
  
}