
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fjalla+One&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Angkor&family=Dosis:wght@200..800&family=Patua+One&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
header{
    text-align: center;
    background-color: #7ab97a;
    background-image: url("Untitled.png");

    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 620px;
}

#facepic{
    width:25%;
    padding: 1%;
}
#name{
    width: 25%;
    margin: auto;
}
h1,h5{
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}
p{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}
body{
    background-color: RGB(34 37 41);
}
h2{
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
