html, body {
cursor: url("/images/angel_cursor.gif"), auto;
	}
	

	
h1 {
	font-size: 36px;
	text-align: center;
	font-family: Cambria;
	text-shadow: skyblue 1px 0 10px;
	}
		
h2 {
	font-size: 24px;
	text-align: center;
	font-family: Cambria;
	}
	
a:hover {
	font-weight: strong; color: white; background-color: skyblue;
	}
	
.updatebar
Specificity: (0,1,0)
 {
    font-family: Cambria;
	border-radius: 15px;
	background: url(/images/texturebg_grid.jpg);
    height: 420px;
    width: 280px;
    padding: 34px;
    box-sizing: border-box;
    position: absolute;
    top: 350px;
    left: 100px;
}

body {
background-image: url("https://eeegret.neocities.org/images/dithered_egret.JPG")
}

.header {
  text-align: center;
  padding: 20px;
  background: url('/images/photos/sevre1.jpg');
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

/* The navbar container */
.topnav {
  overflow: hidden;
  background-image: linear-gradient(to bottom right, #448FBD, #DBE3ED);
}

/* Navbar links */
.topnav a {
  float: left;
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Links - change color on hover */
.topnav a:hover {
  background-color: #ddd;'
  align: center;
  color: black;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  float: center;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
  background-color: #333;
  background: #ffffff;
}

.column {
  float: left;
}

.container {
	border-radius: 15px;
    background-color: rgba(250, 250, 250, 0.8);
    margin: 20px;
    padding: 10px;
}

/* Left and right column */
.column.side {
  width: 25%;
}

/* Middle column */
.column.middle {
  width: 75%;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column.side, .column.middle {
    width: 100%;
}

.footer {
  background-color: transparent;
  text-align: center;
  padding: 10px;
}