.main_header {
    text-align: center;
}

.main_center {
    display: flex;
    justify-content: center;
}

.gray_bg {
    display: flex;
    flex-direction: column;
    align-items: center;

    background-color: lightgray;

    width: 50%;
    margin: 5%;
    padding-top: 50;
    padding-bottom: 50;

    border-radius: 5px;
}

.main_interact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user_text {
    margin-top: 20;
    font-weight: bold;
}

.out_text {
    display: flex;
    flex-direction: column;

    padding: 10;

    background-color: lightgray;
    border: gray 5px;
    border-style: solid;
    border-radius: 5px;
}

.song_text {
    margin: unset;

    font-weight: normal;
}
