body {
  background-image: url('https://misanthropic.neocities.org/images/IMG_0046.jpeg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFFFFF;
  color: #000000;
  font-family: times;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0px;
  word-spacing: 3px;
}

.container{
  width: 900px;
  height: auto;
}


* {
  box-sizing: border-box;
}

/* Style the header */
.header {
  background-color: transparent;
  padding-bottom: 20px;
}

/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 5px;
}

/* Left and right column */
.column.side {
  width: 20%;
}

/* Middle column */
.column.middle {
  width: 60%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.footer {
  position:relative;
  width:auto;
  height:auto;
  background: transparent;
}

.footer::before{
  content:'';
  position: absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
  background-image: url('https://www.colorhexa.com/f6e3dc.png');
  opacity:0.9;
  z-index:-1;
}

.footer h1{
  color: #000000;
  text-align: center;
  font-family: times;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: -0.25px;
  word-spacing: 5px;
}

* {
  box-sizing: border-box;
}

.box{
  position:relative;
  width:auto;
  height:auto;
  background: transparent;
}

.box::before{
  content:'';
  position: absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
  background-image: url('https://www.colorhexa.com/e0ebdd.png');
  opacity:0.5;
  z-index:-1;
}

.box h1{
  color: #000000;
  text-align: justify;
  font-family: times;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: -0.25px;
  word-spacing: 5px;
  margin: 0px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 5px;
  background-color: transparent;
  padding: 0px;
}

.grid-item {
  background-color: transparent;
  font-family: times;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: -0.25px;
  word-spacing: 5px;
}
