#home {
  width: 200px;
  image-rendering: auto;
}
body {
  background-image: url("https://mwokam.neocities.org/pattern3.png");
  background-repeat: repeat;
}
.left { 
  float: left;
  width: 25%;
}

/* Right column */
.right {
  float: left;
  width: 75%;
  margin-left: -150px;
}
p {
  text-align: center;
  font-family: "arial_rounded";
  padding: 40px;
}

#text {
  text-align: justify;
  font-family: "arial_rounded";
  padding: 20px;
  margin-right: 50%;
  height: 300px;
  overflow: scroll;
}

h1 {
  color: salmon;
  text-align: center;
  align-content: center;
  font-family: "super_monday";
  font-size: 550%;
  }
  
h2 {
  color: salmon;
  font-family: "arial_rounded";
}

h4 {
  color: salmon;
  font-family: "arial_rounded";
  margin-left: 20px;
}

.leftcolumn { 
  position: fixed;
  background-color: #FFEDF5;
  border-right: 1px solid salmon;
  height: 100%;
  float: left;
    width: 30%;
    left: 0;
    top: 0;
    padding-top: 40px;
}

#env {
  position: absolute;
  top: 100px;
  left: 250px;
  width: 100px;
}

/* Right column */
.rightcolumn {
  float: right;
  width: 70%;
  overflow: scroll;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.card {
  background-image: url("https://mwokam.neocities.org/postcard.png");
  background-size: cover;
  border: 1px solid salmon;
  width: 850px;
  height: 500px;
  padding: 5px; 
  margin: 20px;
  box-shadow: 5px 7px salmon;

}