body {
  background-image: url('https://i.postimg.cc/y88pcDWG/PLANTS3.jpg');
  color: black;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  margin-right: 200px;
  margin-left: 200px;
  border: 10px transparent; 
}


h1 {
  font-family: 'Monster Chiller', sans-serif;;
  font-weight: 400;
  font-style: normal;
}

a:link {
  color: palegreen;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: purple;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: purple;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
.container {
  display: flex;
  justify-content: space-between;
}

.box {
            width: auto;
            height: auto;
background-image: url('https://i.postimg.cc/x8GpyHKt/STUCCO.jpg');
background-repeat: repeat;

         border: 6px outset; 
            padding: 10px;
            margin-bottom: 0px;
            
        }
.moviebox {
            width: auto;
            height: 250px;
            overflow-y: scroll;
            background-color: lime;
            border: 10px ridge limegreen; 
            padding: 10px;
            
        }

.invisidiv {
            width: auto;
            height: auto;
            overflow-y: auto;
            background-color: transparent;
            border: transparent; 
            padding: 10px;
            
        }

.sludge {
  margin-bottom: 10px;
  margin-top: 0px;
background-repeat: no-repeat;
  background-blend-mode: multiply;
   border: transparent;
}
.portrait {
    height: 380px;
    width: auto;
}

.landscape {
    height: 330px;
    width: auto;
}

.square {
    height: 375px;
    width: auto;
}
.small {
  width: 150px;
  height: 150px;
}
.book{
  height: 100px;
}

#statuscafe {
    padding: .5em;
    background-color: azure;
    border: 1px solid midnightblue;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

#statuscafe {
    padding: .5em;
    background-color: azure;
    border: 1px solid midnightblue;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}


