.c-pic{
width: 800px;
max-width: 100%;
display: flex;
}
.c-img{
width: 100%;
}

.purpose{
    display: flex;
    flex-direction: column;
    padding: 16px;
}
.purpose-meaning{
    margin-bottom: 24px;
}
.large-text{
    font-size: 75px;
    color: #800080;
    font-family: "Dancing Script";
}
.accro{
    font-family: "Arimo", sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #800080;
}
.normal-text{
    font-size: 20px;
    font-family: "Arimo", sans-serif;
}
.pg-image{
    width: 50%;
    max-width: 100%;
}
.mrs-asanji{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.bio{
    width: 800px;
    max-width: 100%;
    line-height: 35px;
    font-size: 20px;
    font-family: "Karla", sans-serif;
    margin-left: 20px;
    margin-bottom: 16px;
}
.mrs{
    width: 400px;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.prompt-screen{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2f689a9a;
    display: flex;
    align-items: center;
    justify-content: center;
}



.prompt-input{
    border: 1.5px solid #454545;
    width: 95%;
    border-radius: 4px;
    padding: 4px;
}

.prompt-unit{
    display: flex;
    flex-direction: column;
    margin: 8px ;
}

.message{
    min-height: 60px;
}

.invisible{
    display: none;
}

.names-input{
    min-height: 40px;
}

.prompt-form{
    width: 300px;
    max-width: 95%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 16px;
    border-radius: 8px;
    border: 6px solid #d49919;
    font-family: "Arimo", sans-serif;
}
.prompt-caption{
    font-weight: 600;
}

.send-w{
    background-color: #0e9c3de6;
    color: #ffffff;
    padding: 8px;
    display: flex;
    margin: auto;
    border: none;
    border-radius: 5px;
}

.brands{
    font-size: 20px;
    margin: 0 4px;
    text-decoration: none;
    color: #ffffff;
}