@import url('https://fonts.googleapis.com/css2?family=Jacquard+12&family=UnifrakturMaguntia&display=swap');
body{
    background-color: #151317;
    padding-left: 10px;
}
h1{
    font-family: "Jacquard 12", system-ui;
    padding-left: 25px;
    padding: 20px;
    color: cornsilk;
}
.banner-image {
    width: 100%;       /* Makes the image span the full width of its container */
    height: auto;      /* Maintains the image's aspect ratio */
    display: block;    /* Removes default inline margins/padding issues */
}
.welcomecontainer{
    display: flex;
    column-gap: 20px;
}
.profile{
    width: 200px;
    background-color: #2a0a0a;
}
.msg{
    width: 400px;
    background-color: #2a0a0a;
    font-family: "Jacquard 12", system-ui;
    color: aliceblue;
}
.about{
    font-family: "Jacquard 12", system-ui;
    color: rgb(204, 202, 201);
}