.mystery-quest-regular {
    font-family: "Mystery Quest", system-ui;
    font-weight: 400;
    font-style: normal;
  }  
  
body, html {
    margin: 0;
    padding: 0;
    font-family: Mystery Quest;
    background-color: #850220;
}

p{
    font-family: 'Times New Roman', Times, serif;
}

a:link, a:visited {
    text-decoration: none;
    color: white;
  }

#navbar{
    position: sticky;
    top: 0;
    overflow: hidden;
}

.flex-container {
    display: flex;
    flex-direction: row;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    background-color: #4a0114; /*rich burgandy #850220*/
    
    
}
#headername{
    margin-left: 10px;
    flex-grow: 9;
    padding: 5px;
    color: white;
    text-align: left;
}

.header{
    color: white;
    width: 100vw;
    max-width: 100%;
    padding: 5px;
    margin-right: 10px;
    flex: 1;
    text-align: center;
}

#contact{
    color: white;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    background-color: black;
    font-family: 'Times New Roman', Times, serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.profile-section {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 30px;
    margin: 40px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    background-color: white;
}

.profile-image {
    width: 350px;
    height: 350px;
    background-color: #E0E0E0;
    border-radius: 50%;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #850220;
}

.profile-image span {
    color: #888;
    font-size: 16px;
}

.profile-content {
    flex-grow: 1;
}

.name {
    font-size: 48px;
    color: #850220;
    margin: 0 0 10px 0;
    line-height: 1;
}

.username {
    color: #888;
    margin-bottom: 15px;
}

.bio {
    background-color: #850220;
    color: white;
    padding: 15px;
    border-radius: 10px;
    line-height: 1.6;
}

#another-container{
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 20px;
    padding: 5px;
    margin: 40px;
}

#hobbies-flex-container{
    display: flex;
    flex-direction: row;
    color:#850220;
}

#hobbiestxt{
    text-align: center;
    color:#850220;
}

.hobbies-flex{
    flex: 1;
    color: white;
    background-color:#850220;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    margin: 10px;;
}

.mangaimg, #readingimg, #moviesimg, #sewingimg{
    width: 100%;
    border-radius: 10px;
}
