<!DOCTYPE html>
<html>
<head>
    <title>how'd you find me...</title>
    <link rel="stylesheet" href="/style.css">
 
body {
  font-size: 20pt; /*gotta keep this in here or else the background color won't work*/
}
body {
  background-color: #4C061D;
}

p {
  text-align: center;
  padding: 10px;
  margin: 5px;
}

h1 {
  font-family: Garamond;
  color: white;
  text-decoration: underline;
  text-align: center;
}

a {
  font-family: Arial;
  margin-top: 10px;
  color: aqua;
  text-decoration-color: black;
}

h2 {
  color: white;
  text-decoration: underline;
  text-align: center;
  margin: 10px;
}

table {
    background-color: #fff;
    text-align: center;
}

h3 {
  text-decoration: underline;
  color: white;
  font-size: 18px;
  text-align: center;
}

dt {
  text-decoration: underline;
}

#top {
    background-color: #380512;
    padding: 20px
}

.intro {
    color: red;
    font-weight: bold;
}

  
}
.note {
  margin-top: 5px;

}


.floated-image {
  float: right;
  float; bottom;
  margin: -15px;
  margin-right: 10px /* Adds space between the image and the text */
}

.box {
height: 200px;
width: 120px;
background-color: white;
overflow: scroll;
}

.macfont {
  color: white;
  text-align: center;
  margin: -5px;
}

.aboutme {
  color: white;
  text-align: center;
  margin: -5px;
}

#moodboard {
  border: 6px ridge #A63C06;
  background: #1A0208;
  width: 80%;
  height: 50px;
  margin: auto;
  padding: 5px;
}
.time {
  color: white;
  font-family: "Papyrus";
  margin-bottom: 5px;
  margin: auto;
}

.cas {
  position: relative;
  bottom: -57px;
}