<!DOCTYPE html>
<html lang="en">
<head>
<title>kikiweb</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-image: url("https://micryptid.neocities.org/DEADMEATWEB/KIKIWEB/download%20.gif");
}

/* Style the header */
.header { 
 background-image: url("https://micryptid.neocities.org/DEADMEATWEB/KIKIWEB/Screenshot%202026-01-13%20233256.jpg");
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
  font-size: 35px;
}

/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
  
}

/* Left and right column */
.column.side {
  width: 28%;
  
}

/* Middle column */
.column.middle {
  width: 40%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the footer */
.footer {
  background-color: #f1f1f1;
  background-image: url("https://micryptid.neocities.org/DEADMEATWEB/KIKIWEB/Screenshot%202026-01-13%20233256.jpg");
  padding: 10px;
  text-align: center;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .column.side, .column.middle {
    width: 100%;
  }
}
</style>
</head>
<body>

