@charset "UTF-8";

nav a {
  margin: 0 10px;
  padding: 8px 15px;
  background-color: #ffffffaa;
  border-radius: 15px;
  text-decoration: none;
  color: #666;
  font-weight: bold;
}

nav a:hover {
  background-color: #ffd6e0;
}

body{	
	background:linear-gradient(to bottom, #B1063A, #AD002D);	
	color:#F0F0F0;
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
	margin: 100px 50px;
	background-repeat:no-repeat;
}

.hidden {
      display: none;
	}

.toggle-link {
      cursor: pointer;
      color: lightblue;
      text-decoration: underline;
    	}

