body {
    background-color: #F5D04E;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.generalContainer { 
    background-color: #FFFFFF;
    position: relative;
    padding: 20px;
    border-radius: 20px;
    border: 2px, solid;
    box-shadow: 8px 8px black;
    width: 21em; 
    height:auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
} 
#headImage { 
    border-radius: 10px;
    width: max-content;
    height:max-content;
    margin-bottom: 10px;
}
a {
    font-family: figtree;
    font-weight: 800;
    font-size: 1.4em;
    color:black;
    text-decoration: none;
}
a:hover {
    color:#F5D04E;
}
h2 { 
    font-family: figtree;
    font-weight: 500;
    font-size: 0.9375em;
}
h3 { 
    font-family: figtree;
    font-weight: 800;
    font-size: 0.8750em;
} 
p {
    font-family: figtree;
    color: grey;
    font-size: 1em;
}
footer {
    width: 21.875em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    }
h1 { 
    background-color: #F5D04E;
    font-family: figtree;
    border-radius: 5px;
    padding: 8px;
    font-weight: 800;
    font-size: 0.8750em;
    width: 70px;
     
}
#profileImage {
    padding: 10px;
    width: 2.9em;
}
@media only screen and (max-width: 375px) {
    .generalContainer { 
        width: 18em;
    }
    footer {
        width: 19em;
    }
    #headImage {
        width:100%;
        height:12.5625em;
        object-fit:cover;
    }
}
.attribution {
    font-family: figtree;
    color: black; 
    text-align: center;
    font-weight: 300;
    position:absolute;
    bottom: 0;
}
#link1 {
    font-family: figtree;
    color: #313131;  
    font-size: medium;
    font-weight: 500;
}
#link2 {
    font-family: figtree;
    color: #313131;  
    font-size: medium;
    font-weight: 500;
}