@font-face
	{font-family: 'Eastwood';
        src: url('Eastwood.ttf');}
@font-face
	{font-family: 'Vogue';
        src: url('Classyvogueregular.ttf');}

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

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

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

h1
{
    font-family: 'Eastwood', serif;
    font-weight: lighter;
    margin-top: 0px;
    text-align: center;
    font-size: 5em;
    font-weight: normal;
    z-index: 1;
}

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

h1 a:hover
{
    color: white;
}


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;
}

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

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

.profile {
    display: flex;
    align-items: center;
    font-family: Vogue, serif;
    color: #1C2833;
	  font-size: 1.2em;
	  margin-top: 50px
	  margin-bottom: 50px;
}

.profile img {
    float: right;
    width: 300px;
    height: 250px;
    margin-right: 20px;
    margin: 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);
}
