@font-face
	{font-family: 'Eastwood';
        src: url('Eastwood.ttf');}
        
h1
{
    font-family: 'Eastwood', serif;
    font-weight: lighter;
    margin-top: 20px;
    text-align: center;
    font-size: 5em;
    font-weight: normal;
    z-index: 1;
}

h1 a{
	font-size: 1.3em;
	color: black;
	padding-bottom: 3px;
	text-decoration: none;
}

h1 a:hover
{
    color: white;
}


body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    text-align: center;
    color: white;
}

.background {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url('Images/Links.webp') no-repeat center center/cover;
    filter: brightness(0.7);
    z-index: -1;
}

.content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

h1 {
    font-size: 50px;
    margin-bottom: 40px;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 20px;
}

nav ul li a {
    text-decoration: none;
    font-size: 24px;
    color: white;
    font-weight: bold;
}

.container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: black;
}

.profile {
    display: flex;
    align-items: center;
}

.profile img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-right: 20px;
}

.links-list {
    list-style: none;
    padding: 0;
    text-align: center;
}

.links-list li {
    margin: 10px 0;
}

.links-list a {
    text-decoration: none;
    font-size: 20px;
    color: blue;
    font-weight: bold;
}

.about-bg, .links-bg {
    filter: brightness(0.5);
}

.stretch {
    width:100%;
    height:100%;
}

h2
{
  font-size: 22px;
  color: #1C2833;
	font-family: 'Vogue', serif;
	text-align: center;
}

h3
{
  font-family: 'Vogue', serif;
	text-align: center;
	font-weight: normal;
}

h3 a{
	color: black;
	text-decoration: none;
	color: #1C2833;
}

footer a {
    padding: 20px;
    text-align: center;
    font-size: 0.8em;
    color: #333;
    margin-top: 20px;
    text-decoration: none;
    font-weight: normal;
}

