/* the css for the personal page */

body {
  background-image: url(backgrounds/circus.png);
  background-size: cover;
  background-position: center;
}

.outer {
  height: 1000px;
  width: 1000px;
  border-style: solid;
  border-color: #330000;
  border-width: 5px;
  border-radius: 5px;
  position: absolute;
  left: 250px;
  top: 100px;
}

.header {
  background-color: white;
  height: 150px;
  width: 1000px;
  position: absolute;
}