#feed-message{
    width: 360px;
    font-size:130%;
    text-align: center;
    display:inline-block;
    background-color: transparent;
    padding:5px;
}

#refresh-button{
    width:360px;
    padding:1px;
    cursor: pointer;
    border-radius: 20px;
    background-color:transparent;
    font-size:120%;
    border:2px outset #71bbe9;
    color:white;
}

#refresh-button.hidden{
    display:none;
}

#doodledum-controls{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#doodledum-guess{
    display:flex;
    justify-content: center ;
      text-transform: uppercase;

}

#draw-button-container, #guess-button-container{
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-bottom:10px;
    position: relative;
}

.draw-button{
    background-color: transparent;
    border:1px solid white;
}

.enter-button{
    height:25px;
    position: absolute;
    right:-30px;
    top:7px;
}

#draw-button-container div {
    display: flex;
    justify-content: center;
}

#draw-button-container.hidden, #guess-button-container.hidden{
    display: none;
}

.sketch img{
    background-color: white;
    border-radius: 10px;
    margin:10px 0;
}

#feed-container{
    display: flex;
    align-items: left;
    flex-direction: column;
    align-items: left;
    padding:20px;
    height:60vh;
    width: 360px;
    overflow-y: scroll;
    border-radius:10px;
     background-color: #13132a;
}

#feed-container-container{
    display:flex;
    justify-content: center;
}

#feed-container-container.hidden{
    display: none;
}

@media screen and (max-width:578px) {
    #feed-message{
    margin-top:40px;
}
    #doodledum-help-container{
        right:auto;
    }
}