html body p.writing-prompt {
    position:relative;
    padding:13px;
    background-color:white;
    color:#6e6e6e;
    display:flex;
    margin:0;
    top:0;
    z-index:2
}

.prompt-button {
    flex: none; 
    border-radius: 30px; 
    padding: 6px 10px; 
    display: block; 
    height: fit-content; 
    margin-left: auto; 
    font-weight: 500; 
    background-color: #FEDDDF; 
    justify-content: center; 
    align-items: center; 
    display: flex; 
    gap: 4px;
}

.challenge-days {
    background-image:url('/resources/writers-challenge/challenge_pencil.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    display:block;
    flex:none;
    width:fit-content;
    height:fit-content;
    padding:4px 40px;
    background-color:white;
    font-size:.95em;
    font-weight:600;
    color:white;
    margin-left: auto;
}