.user_bubble
{
    display: flex;
    text-align: center;
    background-color: white;
    flex-direction: column;
    width: fit-content;
    margin: auto;
    margin-top: 4%;
    padding:2%;
    padding-inline: 3%;
    border-radius: 10px;
    box-shadow: 0 0 5px 5px rgb(189, 189, 189);
    text-align: left;
    font-size: 120%;
    width:400px;
}

.user_bubble h2
{
    text-align: center;
    font-size: 140%;
}

.user_bubble div
{
    display: inline;
    text-wrap-mode: nowrap;
}

.user_bubble input
{
    margin-top: .3em;
    font-size: 1em;
    width: 93%;
    padding-left: 3%;
    padding-right: 3%;
}

.actions input
{
    background-color: #1DA748;
    color: white;
    text-align: center;
}

.user_bubble button
{
    padding-block: 0%;
    padding-inline: 5%;
    font-size: 1em;
}

.info button, .login button, .wide_button input
{
    width:49%;
}

.user_bubble a
{
    display:contents;
}

.login, .info
{
    display:block;
    width:100%
}

.check_field input
{
    width:auto
}

