
@import url('https://fonts.googleapis.com/css2?family=Metamorphous&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body{
    margin:0; 
    padding:0;
    background-color: rgba(189, 251, 255, 0.8);
    
}
header{
    
    text-align: center;
    background-color: white;
    border-radius: 20px 20px 0px 0px;
    max-width: 800px;
    padding-top: 20px;
    padding-bottom: 20px;
}

header .pfp {
    border-radius: 50%;
    border: 10px solid rgb(189, 251, 255);
    width: 200px;
    height: 200px;
    background-image: url('./../img/frieren_header.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
   
}

header h1{
    font-family: "Metamorphous", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 60px;
    color: white;
    -webkit-text-stroke : 2px rgba(11, 34, 35, 0.925);
    text-shadow: 2px 2px 4px black;
    margin: 10 0 10 0;
}
main{
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
    border-radius: 0px 0px 20px 20px;
    padding-bottom: 20px;
    
    
}

h2{
    font-family: "Metamorphous", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: black;
    margin: 10 0 0 10;
    padding-bottom: 10px;
}

.about_cat{
    text-align: left;
    font-family: "Metamorphous", serif;
    font-weight: bold;
    padding-left: 10px;
    font-size: 18px;
    
}

.about_section{
    position: relative;
    display: grid;
}

.about_info{
    text-align: right;
    font-family: "Rubik", serif;
    font-weight: normal;
    padding-left: 10px;
    font-size: 15px;
  
}

main img {
    max-width: 100%;
}

.figcaption_manga{
    text-align: left;
    font-family: "Rubik", serif;
    font-weight: italic;
    padding-left: 20px;
    font-size: 10px;
    color: gray;
}

figcaption{
    text-align: left;
    font-family: "Rubik", serif;
    font-weight: italic;
    padding-left: 20px;
    font-size: 10px;
    color: gray;
}

.bio_text{
    text-align: left;
    font-family: "Rubik", serif;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    margin-left: 10px;

}



.party_members{
    text-align: left;
    font-family: "Rubik", serif;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    margin-left: 10px;
}
h3{
    margin: 0;
    font-family: "Metamorphous", serif;
}

a:visited{
    color: teal
}

a:link{
    color:  rgba(141, 229, 235, 0.994)
}

footer{
    max-width: 800px;
    font-family: "Rubik", serif;
    font-size: 10px;
    margin: 0 auto;
    background-color: rgba(189, 251, 255, 0.8);
    padding: 20 0 10 0;
}

footer a:visited{
    color:indigo
}

footer a:link{
    color: blue
}

@media (max-width: 600px) {
    .manga_tab{
        display: none;
    }
    header h1{
        font-size: 40px;
         -webkit-text-stroke : 1px rgba(11, 34, 35, 0.925);
        text-shadow: 1px 1px 2px black;
    }
    h2{
        font-size: 20px;
    }
    .about_cat{
        font-size: 12px;
    }
    .about_info{
        font-size: 12px;
    }
    .bio_text{
        font-size: 12px;
    }
    h3{
        font-size: 12px;
    }
    .party_members{
        font-size: 12px;
    }

}

@media (max-width:840px) {
    header, main{
        border-radius: 0px 0px 0px 0px;
    }
}