body {
    background-color: #304e37;
    color: goldenrod;
    font-family: 'BJCree', serif;
    margin: 0;
    padding: 0;
    background-image: url(images/noise.png);
    background-repeat: repeat;
    background-size: auto;
}
h1{
        text-align: center;
}
h1 a {
    color: goldenrod;
    text-decoration: none; 
}
h1 a:hover {
    color: #ffd700;
}

nav {
    padding: 10px;
    text-align: center;
}

nav a {
    margin: 0 12px;
    color: goldenrod;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    transition: color 0.2s ease;
}
nav a:hover {
    color: gold
}

.star {
    font-size: 0.4em; 
    margin: 0 5px; 
}

.profile-text img {
    width: 250px;
    height: auto;
}

h2{
    text-align: center;
     font-size: 3rem;
}

.mark {
    font-size: 0.5em; 
}

div{
    text-align: center;
}