body {
  background-image: url('Floral_pattern.jpg');
  background-repeat: repeat;
  background-size: contain;
  color: black;
  font-family: 'Courier New', 'Courier new', monospace;
}
.title {
  max-width: 800px;
  border-bottom-style: outset;
  margin: 0;
  background-color: whitesmoke;
  text-align: center;
}
#abtme {
  text-align: left;
  text-shadow: 2px 2px grey;
}
#insta:hover, #youtube:hover, #ao3:hover, #twitter:hover, #rblx:hover{
  border-style: inset;
}
#insta{
  width: 15mm;
  padding-left: 0.2em;
  padding-right: 0.2em;
  background-color: purple;
  background-image: linear-gradient(to right, magenta , yellow);
  color: white;
  border-style: outset;
  border-left-color: magenta;
  border-right-color: yellow;
  border-top-color: yellow;
  border-bottom-color: magenta;
  text-decoration-line: none; 
}
#ao3{
   width: 15mm;
  padding-left: 0.2em;
  padding-right: 0.2em;
  background-color: #960001;
  color: white;
  border-style: outset;
  border-color: grey;
  text-decoration-line: none;
  text-decoration: italic;
}
#youtube{
  width: 15mm;
  padding-left: 0.2em;
  padding-right: 0.2em;
  background-color: red;
  color: white;
  border-style: outset;
  border-color: red;
  text-decoration-line: none;
  text-decoration: italic;
}
#twitter{
  text-decoration-line: none;  
  width: 15mm;
  padding-left: 0.2em;
  padding-right: 0.2em;
  background-color: skyblue;
  color: white;
  border-style: outset;
  border-color: skyblue;
}
#rblx{
  text-decoration-line: none;  
  width: 15mm;
  padding-left: 0.2em;
  padding-right: 0.2em;
  background-color: black;
  color: white;
  border-style: outset;
  border-color: #000000;
}
#thevase{
  float: right;
  height: auto;
  margin-right: 4%;
  max-height: 150px;
}
#thevase:hover{
  border-style: inset;
  border-color: lightpink;
}
.errkitty{
  float: right;
  height: 150px;
}
.errkitty:hover{
  border-style: inset;
  border-color: lightpink;
}
#divmain {
  max-width: 800px;
  margin: 0 auto;
  border-style: outset;
  padding-top: 0px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: whitesmoke;
}
#aa{
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  border-bottom-style: outset;
}
#guestbook{
  margin-right: auto;
  margin-left: auto;
  height: 600px;
  width: 100%;
}

