@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: OpenSansLocal;
    src: url(fonts/OpenSans.ttf) format(ttf);
    font-weight: 100 900;
    font-stretch: 75% 125%;
    font-display: swap;
}

.header-button {
    display: inline-block;
    padding: 2px 8px;
    margin: 2px;
    background-color:antiquewhite;
    color: black;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid gray;
}

.header-button:hover {
    background-color: beige;
}

.title-header {
    font-size: 60px;
    color: antiquewhite;
    text-shadow: 1px 2px black;
}

.title-header:hover {
    color: lightyellow;
}

.header {
    height: 20vh;
    border: 4px solid black;
    margin-top: 0;
}

.titlebar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
    background-image: url(images/22.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.body {
    background-color: #d6223d;
    
    margin: 0px;
    min-width: min-content;
    font-family: "OpenSans", sans-serif;
}

.header-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: teal;
    border-top: 4px solid black;
    border-bottom: 4px solid black;
    height: 20%;
    
}

.header-image {
    width: 80px;
    margin: 30px;
    border-radius: 40px;
    border: 2px solid rosybrown;
}

.header-image-hibiscus {
    width: 80px;
    margin: 30px;
    border-radius: 40px;
}

.page-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.p {
    color: antiquewhite;
    font-size: 25px;
}

.h1 {
    color: antiquewhite;
    font-size: 50px;
}

.cover-gif {
    display: block;
    border-radius: 15px;
    border: 2px solid gold;
}

.name {
    color: rgb(164, 22, 203);
    text-shadow: 1px 1px black;
}

.profile-title {
    text-align: center;
    flex-wrap: unset;
}

.profile-image {
    width: 200px;
    border: 2px solid gold;
    border-radius: 25px;
    margin-left: 20px;
}

.profile {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 25px;
    border: 5px dashed black;
    padding: 30px;
    background-color: salmon;
    color: rgb(3, 43, 39);
}

.profile-text-stack {
    desplay: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.profile-card {
    display: flex;
    align-items: center;
}