
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
   
}

body  {    
  background-image: url('Postalbg.jpg');
  background-attachment: fixed;  
  background-size: cover;
  
}
aside {
  width: 30%;
  padding-left: 15px;
  margin-left: 15px;
  float: right;
  font-style: italic;
  background-color: lightgray;
}
.button{
  display: inline-block;
  padding: 5px 10px;
  font-size: 36px;
  cursor: pointer;
  width: 186px;
  height: 40px;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #660806;
  border: 2px, #5C0705, outset ;
  margin:30px 0px 0px 17px ;
  text-align: center;
  align-items: end;
}

aside {
  width: 30%;
  padding-left: 5px;
  margin-left: 10px;
  margin-right: 30px;
  margin-top: 20px;
  border-width: 10;
  border:3px inset #5e0a08;
  background-color: #5e0a08;
}

h1 {  
 
  
  border-style:outset;
  border-width: 13px;
  border-color: #5e0a08;
  background-color:#660a08 ;
  width:480px;
  margin-left:auto;
  margin-right:auto;
  margin-top:5px ;
  padding:10px;
}

.main {
  border-style:outset;
  border-width: 13px;
  border-color: #5e0a08;
  background-color:#660a08 ;
  
  width:480px;
  height:480px ;
  margin-left:auto;
  margin-right: auto;
  margin-top:30px;
  padding-left:10px;
  
}

.sidebar {
  border-style:outset;
  border-width: 13px;
  border-color: #5e0a08;
  background-color:#660a08 ;
  width:250px;
  height:600px;
  margin-bottom:auto ;
  margin-top:auto;
  border-radius:10px;
  flex-direction:column;
}

.underscore {
  margin-left: 500px;
}

.updates{
  overflow: auto;
  overflow-wrap: break-word;
  padding: 5px;
  width: 195px;
  height: 200px;
  border:5px inset #5e0a08;
  background-color: #5e0a08;
}

#sideL {
  float:left;
}

#sideR {

  float:right;
}


.heart{
 display: flex;
 flex-direction: row;
 float: right;
 width:40%;
 height: 40%;
 margin-top: -170px;
}

.fish{
  margin-top:-60px;
}

.egg{
  border: 15px solid transparent ;
  border-image: url('amen.gif')30 round;
}

.intro{
  border:5px inset #5e0a08;
  font-size:17px;
  width:200px;
  padding-left:5px;
  background-color:#5E0705;
  margin: 5px 0px 20px 0px;
}

